lifedebugger commited on
Commit
1985cbb
·
verified ·
1 Parent(s): df1c7f0

Delete main.go

Browse files
Files changed (1) hide show
  1. main.go +0 -14
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
- }