mirror of
https://github.com/CPunch/gopenfusion.git
synced 2024-11-14 03:50:05 +00:00
9 lines
128 B
Go
9 lines
128 B
Go
package main
|
|
|
|
import "github.com/CPunch/GopenFusion/server"
|
|
|
|
func main() {
|
|
server := server.NewLoginServer()
|
|
server.Start()
|
|
}
|