GO module的正确用法
参考:https://go.dev/blog/using-go-modulesgo mod initcreates a new module, initializing thego.modfile that describes it.go build,go test, and other package-building commands add new dependencies ...