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
 package main
1
 package main
2
 
2
 
3
-//ServerPort para escuta do servidor
4
 const SERVER_PORT = 8080
3
 const SERVER_PORT = 8080

+ 0 - 3
config/config.go

1
-package config
2
-
3
-const SERVER_PORT = 8080

+ 1 - 1
main.go

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