1
0
Fork 0

Изменил(а) на 'cmd/rqlite/main.go'

master
Grigorii Safronov 5 months ago
parent ba1cc4d54b
commit 55eff18db8

@ -107,7 +107,7 @@ func main() {
fmt.Printf("\n") fmt.Printf("\n")
fmt.Println("Welcome to the fluidB CLI. Enter \".help\" for usage hints.") fmt.Println("Welcome to the fluidB CLI. Enter \".help\" for usage hints.")
fmt.Printf("Version %s, commit %s, branch %s\n", cmd.Version, cmd.Commit, cmd.Branch) fmt.Printf("Version %s, commit %s, branch %s\n", cmd.Version, cmd.Commit, cmd.Branch)
fmt.Printf("Connected to rqlited version %s\n", version) fmt.Printf("Connected to fluidB version %s\n", version)
fmt.Printf("\n") fmt.Printf("\n")
timer := false timer := false

Loading…
Cancel
Save