程序运行 目录层级 ~/go test src calc calc.go simplemath add add,go sqrt sqrt.go 配置GOPATH: $ vim ~/.bash_profile export GOPATH=$HOME/go;/home/user/go/test # 用冒号分隔,不是分号 $ source ~/.bash_profile 把生成的可执行文件放到 test/bin 目录中 $