Use fmt
parent
9ec7cfd80d
commit
ef9ab09640
|
@ -63,7 +63,7 @@ func appCleanup() {
|
||||||
}
|
}
|
||||||
|
|
||||||
func printVersion() {
|
func printVersion() {
|
||||||
log.Printf(
|
fmt.Printf(
|
||||||
"version: %s\ncommit: %s\nbuild time: %s",
|
"version: %s\ncommit: %s\nbuild time: %s",
|
||||||
diagnostics.Version, diagnostics.Commit, diagnostics.BuildDate,
|
diagnostics.Version, diagnostics.Commit, diagnostics.BuildDate,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue