Matheus 6 年之前
父節點
當前提交
ce3de4a156
共有 4 個文件被更改,包括 1 次插入5 次删除
  1. 二進制
      build
  2. 0 1
      config.go
  3. 0 3
      config/config.go
  4. 1 1
      main.go

二進制
build


+ 0 - 1
config.go

@@ -1,4 +1,3 @@
1 1
 package main
2 2
 
3
-//ServerPort para escuta do servidor
4 3
 const SERVER_PORT = 8080

+ 0 - 3
config/config.go

@@ -1,3 +0,0 @@
1
-package config
2
-
3
-const SERVER_PORT = 8080

+ 1 - 1
main.go

@@ -7,7 +7,7 @@ import (
7 7
 	"net/http"
8 8
 	"strconv"
9 9
 
10
-	router "./core/router"
10
+	"./core/router"
11 11
 )
12 12
 
13 13
 func main() {