Skip to content

Commit

Permalink
main.go: remove accidental test value from version variable
Browse files Browse the repository at this point in the history
  • Loading branch information
BentonEdmondson committed Jul 11, 2023
1 parent 158bad5 commit 5350e8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func printRaw(output string) {
}

/* Passed by go build */
var version string = "hi"
var version string

func help() {
os.Stdout.WriteString(
Expand Down

0 comments on commit 5350e8c

Please sign in to comment.