From 6e8c409c99c2632249ad466b49f8bebc646088e6 Mon Sep 17 00:00:00 2001 From: woon Date: Fri, 10 Mar 2023 11:53:56 +0800 Subject: [PATCH] update --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index fa97a36..7c85c8c 100644 --- a/main.go +++ b/main.go @@ -21,7 +21,7 @@ func main() { r := Router() - port := flag.Int("p", 88, "the port to listen on") + port := flag.Int("p", 8088, "the port to listen on") // 解析命令行参数 flag.Parse()