improve version string
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
2
main.go
2
main.go
@@ -140,7 +140,7 @@ func main() {
|
|||||||
flag.Parse()
|
flag.Parse()
|
||||||
|
|
||||||
output.Server = *server
|
output.Server = *server
|
||||||
output.Version = fmt.Sprintf("Built on %s from sha1 %s\n", buildTime, sha1ver)
|
output.Version = fmt.Sprintf("Built %s from %s", buildTime, sha1ver)
|
||||||
|
|
||||||
// Get a copy of the system defined CA's
|
// Get a copy of the system defined CA's
|
||||||
system, err := x509.SystemCertPool()
|
system, err := x509.SystemCertPool()
|
||||||
|
Reference in New Issue
Block a user