package and module organization

This commit is contained in:
Aliberk Sandıkçı 2023-07-24 11:14:16 +03:00
parent 42abc60092
commit f5ddc7d12f
Signed by: asandikci
GPG key ID: 25C67A03B5666BC1

View file

@ -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() {