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
Hmm, wouldn't example.com also be interpreted as domain name?
There's some prior discussion about this in: #240. The TL;DR was that:
We originally prompted when outside of $GOPATH
People got confused why you'd need to provide that during scaffolding
Curious how you ran into this in the first place? Did you run go mod tidy and there was a missing package, so it looked for change.me/some/package and that was confusing?
We could also explore intentionally giving an invalid module name. Maybe that would behave in a more obvious manner.
When using example/placeholder strings that are interpreted as domain names, the domain
example.com
should be used.bud/internal/cli/create/create.go
Line 116 in d9c7ff6
The text was updated successfully, but these errors were encountered: