init
This commit is contained in:
11
bbs-go-active/server/main.go
Normal file
11
bbs-go-active/server/main.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"bbs-go/internal/server"
|
||||
_ "bbs-go/internal/services/eventhandler"
|
||||
)
|
||||
|
||||
func main() {
|
||||
server.Init()
|
||||
server.NewServer()
|
||||
}
|
||||
Reference in New Issue
Block a user