Use fmt.Println instead of println.

This commit is contained in:
Juliusz Chroboczek
2024-10-25 18:22:55 +02:00
parent 947b0ce437
commit 19c89386da
+1 -1
View File
@@ -911,7 +911,7 @@ func createTokenCmd(cmdname string, args []string) {
if err != nil {
log.Fatalf("Create token: %v", err)
}
println(location)
fmt.Println(location)
}
func revokeTokenCmd(cmdname string, args []string) {