package and module organization
This commit is contained in:
parent
97742e6172
commit
42abc60092
3 changed files with 6 additions and 3 deletions
|
@ -1,3 +0,0 @@
|
|||
module Liderahenk/go-organization/simple-structure
|
||||
|
||||
go 1.20
|
3
simple-structure/module-str/mymodule/go.mod
Normal file
3
simple-structure/module-str/mymodule/go.mod
Normal file
|
@ -0,0 +1,3 @@
|
|||
module mymodule
|
||||
|
||||
go 1.20
|
3
simple-structure/package-str/go.mod
Normal file
3
simple-structure/package-str/go.mod
Normal file
|
@ -0,0 +1,3 @@
|
|||
module package-str
|
||||
|
||||
go 1.20
|
Loading…
Reference in a new issue