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()