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
1 changed files with 1 additions and 1 deletions

View File

@ -1,8 +1,8 @@
package main
import (
"Liderahenk/go-organization/simple-structure/package-str/great"
"fmt"
"package-str/great"
)
func main() {