Questions tagged [go-bundle]

2 questions
0
votes
0 answers

bundle: cannot find package in current directory: no buildable Go source files in PWD

Using the go bundle too located here: https://godoc.org/golang.org/x/tools/cmd/bundle I try running: bundle -o bun ./builds/one and I get this error: bundle: cannot find package in current directory: no buildable Go source files in $PWD Why is…
user5047085
0
votes
1 answer

How to install the go bundle tool

I am trying to figure out how to install this: https://godoc.org/golang.org/x/tools/cmd/bundle anybody know?
user5047085