chore(): simplify version output

This commit is contained in:
Nicolas Carlier 2020-02-13 10:15:57 +00:00
parent d5f5b520ab
commit 67f56528d1

View File

@ -14,9 +14,8 @@ var (
func printVersion() {
fmt.Printf(`webhookd (%s)
Copyright (C) 2020 Nunux, Org.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by Nicolas Carlier.`, Version)
Copyright (C) 2020 Nicolas Carlier
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.`, Version)
}