diff options
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -26,9 +26,6 @@ func main() { } if printVersion { - if gitDescribe == "" { - log.Fatal("This build has no version information") - } fmt.Println(gitDescribe) os.Exit(0) } |