mirror of
https://github.com/edgebox-iot/edgeboxctl.git
synced 2026-09-25 14:20:56 +02:00
Use fmt
This commit is contained in:
+1
-1
@@ -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,
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user