Browse Source

main.go: remove accidental test value from version variable

Benton Edmondson 1 year ago
parent
commit
5350e8c596
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main.go

+ 1 - 1
main.go

@@ -69,7 +69,7 @@ func printRaw(output string) {
 }
 
 /* Passed by go build */
-var version string = "hi"
+var version string
 
 func help() {
 	os.Stdout.WriteString(