Skip to content

Commit

Permalink
Update link for guidance about initializing a Go app (#779)
Browse files Browse the repository at this point in the history
  • Loading branch information
hariso committed Jun 20, 2023
1 parent a3cf2bd commit dec83a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
/cli
.envrc
.vscode
.idea
*.swp
2 changes: 1 addition & 1 deletion cmd/meroxa/turbine/golang/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func (t *turbineGoCLI) Init(_ context.Context, appName string) error {
func GoInit(l log.Logger, appPath string, skipInit, vendor bool) error {
l.StartSpinner("\t", "Running golang module initializing...")
skipLog := "skipping go module initialization\n\tFor guidance, visit " +
"https://docs.meroxa.com/beta-overview#go-mod-init-for-a-new-golang-turbine-data-application"
"https://docs.meroxa.com/turbine/go/troubleshooting#go-mod-init-for-new-turbine-streaming-applications"
goPath := os.Getenv("GOPATH")
if goPath == "" {
goPath = build.Default.GOPATH
Expand Down

0 comments on commit dec83a8

Please sign in to comment.