mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-20 01:34:24 +08:00
format code
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user