Describe the bug
The link supplied to the user when you init an app outside of the $GOPATH is broken.
PS C:\Users\Administrator\go\src> meroxa apps init go-test --lang go
✔ Application directory created! rc"...
⚡ C:\Users\Administrator\go\src/go-test is not under $GOPATH/src; skipping go module initialization
For guidance, visit https://docs.meroxa.com/beta-overview#go-mod-init-for-a-new-golang-turbine-data-application
✔ Git initialized successfully!
Turbine Data Application successfully initialized!
You can start interacting with Meroxa in your app located at "C:\Users\Administrator\go\src/go-test".
Your Application will not be visible in the Meroxa Dashboard until after deployment.
Machine (please complete the following information):
- OS: Windows
- CLI Version
meroxa/dev windows/amd64
To Reproduce
- execute
meroxa apps init go-test-app --lang go outside of $PATH
- Message will be printed re: guidance
- click the link
Expected behavior
The link should send us to a page that exists.
Screenshots
Additional context
Add any other context about the problem here.
Describe the bug
The link supplied to the user when you init an app outside of the
$GOPATHis broken.Machine (please complete the following information):
meroxa/dev windows/amd64To Reproduce
meroxa apps init go-test-app --lang gooutside of $PATHExpected behavior
The link should send us to a page that exists.
Screenshots
Additional context
Add any other context about the problem here.