Browse Source

Organizando pacotes

William Wiechorek 6 years ago
parent
commit
9bfcfa3e9e
2 changed files with 1 additions and 2 deletions
  1. 1 1
      config/config.go
  2. 0 1
      main.go

+ 1 - 1
config/config.go

1
-package config
1
+package main
2
 
2
 
3
 /* SERVER CONFIGURATION */
3
 /* SERVER CONFIGURATION */
4
 const SERVER_PORT = 8081
4
 const SERVER_PORT = 8081

+ 0 - 1
main.go

5
 	"net/http"
5
 	"net/http"
6
 	"strconv"
6
 	"strconv"
7
 
7
 
8
-	"./config"
9
 	"./core/database"
8
 	"./core/database"
10
 	"./core/errors"
9
 	"./core/errors"
11
 	req "./core/request"
10
 	req "./core/request"