Spaces:
Sleeping
Sleeping
Delete main.go
Browse files
main.go
DELETED
|
@@ -1,14 +0,0 @@
|
|
| 1 |
-
package main
|
| 2 |
-
|
| 3 |
-
import (
|
| 4 |
-
"fmt"
|
| 5 |
-
|
| 6 |
-
"pweb-api.abdanhafidz.com/config"
|
| 7 |
-
"pweb-api.abdanhafidz.com/router"
|
| 8 |
-
)
|
| 9 |
-
|
| 10 |
-
func main() {
|
| 11 |
-
fmt.Println("Server started on ", config.TCP_ADDRESS, ", port :", config.HOST_PORT)
|
| 12 |
-
router.StartService()
|
| 13 |
-
|
| 14 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|