package and module organization

This commit is contained in:
Aliberk Sandıkçı 2023-07-24 11:04:53 +03:00
parent 97742e6172
commit 42abc60092
Signed by: asandikci
GPG Key ID: 25C67A03B5666BC1
3 changed files with 6 additions and 3 deletions

View File

@ -1,3 +0,0 @@
module Liderahenk/go-organization/simple-structure
go 1.20

View File

@ -0,0 +1,3 @@
module mymodule
go 1.20

View File

@ -0,0 +1,3 @@
module package-str
go 1.20