gobuch/best-practices/project-structure/internal-sample/a/b/g/helper.go

8 lines
80 B
Go
Raw Permalink Normal View History

2020-08-21 04:26:40 +00:00
package g
import "fmt"
func Help() {
fmt.Println("Help me! cannot access")
}