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
As it stands, atlas-cli doesn't create projects outside of the $GOPATH/src directory.
Since Go modules makes it optional for projects to be present in $GOPATH, I feel atlas-cli should support creating projects in any directory.
This is the error it throws:
Unable to initialize application: formatting error: project must be initialized inside $GOPATH/src directory or below
The text was updated successfully, but these errors were encountered:
As it stands,
atlas-cli
doesn't create projects outside of the$GOPATH/src
directory.Since Go modules makes it optional for projects to be present in
$GOPATH
, I feel atlas-cli should support creating projects in any directory.This is the error it throws:
The text was updated successfully, but these errors were encountered: