format code

This commit is contained in:
MaysWind
2020-12-22 23:04:18 +08:00
parent d558b2446b
commit e66f0c7f48
+3 -3
View File
@@ -12,9 +12,9 @@ import (
const LAB_VERSION = "0.1.0" const LAB_VERSION = "0.1.0"
func main() { func main() {
app := &cli.App { app := &cli.App{
Name: "lab", Name: "lab",
Usage: "A lightweight account book app hosted by yourself.", Usage: "A lightweight account book app hosted by yourself.",
Version: LAB_VERSION, Version: LAB_VERSION,
Commands: []*cli.Command{ Commands: []*cli.Command{
cmd.WebServer, cmd.WebServer,