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"
func main() {
app := &cli.App {
Name: "lab",
Usage: "A lightweight account book app hosted by yourself.",
app := &cli.App{
Name: "lab",
Usage: "A lightweight account book app hosted by yourself.",
Version: LAB_VERSION,
Commands: []*cli.Command{
cmd.WebServer,