package and module organization
This commit is contained in:
parent
42abc60092
commit
f5ddc7d12f
1 changed files with 1 additions and 1 deletions
|
@ -1,8 +1,8 @@
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"Liderahenk/go-organization/simple-structure/package-str/great"
|
|
||||||
"fmt"
|
"fmt"
|
||||||
|
"package-str/great"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
|
Loading…
Reference in a new issue