I am trying to figure out how to install this:
https://godoc.org/golang.org/x/tools/cmd/bundle
anybody know?
I am trying to figure out how to install this:
https://godoc.org/golang.org/x/tools/cmd/bundle
anybody know?
收起
Try this:
go get "golang.org/x/tools/cmd/bundle"
or
go install "golang.org/x/tools/cmd/bundle"
报告相同问题?