Closed sanderpick closed 5 years ago
Currently, the only way to build the textile binary is with go build:
textile
go build
env GO111MODULE=on go build -i -o textile github.com/textileio/go-textile
The main package needs to be moved into a folder called "cmd/textile", then the following should work fine:
env GO111MODULE=on go install github.com/textileio/go-textile/cmd/textile
re // https://github.com/textileio/go-textile/issues/873
Currently, the only way to build the
textile
binary is withgo build
:The main package needs to be moved into a folder called "cmd/textile", then the following should work fine:
re // https://github.com/textileio/go-textile/issues/873