Upload files to "v1"
This commit is contained in:
13
v1/main.go
Normal file
13
v1/main.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"angel_server/conn"
|
||||
"angel_server/extra"
|
||||
"angel_server/logging"
|
||||
)
|
||||
|
||||
func main() {
|
||||
logging.InitLogger()
|
||||
extra.Init()
|
||||
conn.Start_serv()
|
||||
}
|
||||
Reference in New Issue
Block a user