You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unlike other Go projects, bearer breaks fundamental aspects of the build process.
Please enhance the project structure, so that a simple go install ./... run from the project top level directory, is able to compile and install the bearer CLI to $GOPATH/bin, or go install github.com/Bearer/bearer/cmd/bearer@latest from any working directory.
The text was updated successfully, but these errors were encountered:
Unlike other Go projects, bearer breaks fundamental aspects of the build process.
Please enhance the project structure, so that a simple
go install ./...
run from the project top level directory, is able to compile and install the bearer CLI to$GOPATH/bin
, orgo install github.com/Bearer/bearer/cmd/bearer@latest
from any working directory.The text was updated successfully, but these errors were encountered: