mirror of
https://github.com/ncarlier/webhookd.git
synced 2025-04-09 19:53:56 +00:00
chore(): simplify version output
This commit is contained in:
parent
d5f5b520ab
commit
67f56528d1
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user