From f0ff66ae366d532b988a7a92062c8f608e6f22ad Mon Sep 17 00:00:00 2001 From: eooce <142894633+eooce@users.noreply.github.com> Date: Thu, 13 Jun 2024 09:06:31 +0800 Subject: [PATCH] Update main.go --- go/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/main.go b/go/main.go index f0d41df..797ea77 100644 --- a/go/main.go +++ b/go/main.go @@ -9,7 +9,7 @@ import ( ) const ( - httpPort = 7860 + httpPort = 3000 ) func main() {