我正在尝试像这样安装doozer
$ goinstall github.com/ha/doozer
Run Code Online (Sandbox Code Playgroud)
我收到这些错误.
goinstall: os: go/build: package could not be found locally
goinstall: fmt: go/build: package could not be found locally
goinstall: io: go/build: package could not be found locally
goinstall: reflect: go/build: package could not be found locally
goinstall: math: go/build: package could not be found locally
goinstall: rand: go/build: package could not be found locally
goinstall: url: go/build: package could not be found locally
goinstall: net: go/build: package could not be found locally
goinstall: sync: go/build: …
Run Code Online (Sandbox Code Playgroud)