Skip to content

Commit

Permalink
Fix module domain after move to Github.
Browse files Browse the repository at this point in the history
  • Loading branch information
fgm committed Oct 15, 2022
1 parent 8deef79 commit 7539234
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ explicit, process, without reflection or code generation, to keep everything in

| Step | Code examples |
|:-------------------------------|-----------------------------------------|
| Import the package | `import "code.osinet.fr/fgm/izidic"` |
| Import the package | `import "github.com/fgm/izidic"` |
| Initialize a container | `dic := izidic.New()` |
| Store parameters in the DIC | `dic.Store("executable", os.Args[0])` |
| Register services with the DIC | `dic.Register("logger", loggerService)` |
Expand Down Expand Up @@ -92,7 +92,7 @@ import (
"io"
"log"

"code.osinet.fr/fgm/izidic"
"github.com/fgm/izidic"
)

type container struct {
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module code.osinet.fr/fgm/izidic
module github.com/fgm/izidic

go 1.19

Expand Down

0 comments on commit 7539234

Please sign in to comment.