This commit is contained in:
2023-03-10 11:53:56 +08:00
parent 70eae8af65
commit 6e8c409c99
+1 -1
View File
@@ -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()