src:源代码文件
pkg:包文件
bin:相关bin文件
cd /src/example/
go test
go test -run=TestAdd
go run 文件名.go
git status
git add .
git commit -m "更新文件"
git status
git push -u origin master
拉
cd src
git init
git remote add origin https://github.com/chaodada/Go.git
git pull origin master
fmt.Println(reflect.TypeOf(a))
curl ip.sb
为当前的项目创建一个 go.mod 文件。
当项目不在 GOPATH 中,直接执行:
go mod init