mirror of
https://github.com/Kyren223/eko.git
synced 2026-07-12 15:20:25 +00:00
8 lines
96 B
Go
8 lines
96 B
Go
package main
|
|
|
|
import "github.com/kyren223/eko/internal/server"
|
|
|
|
func main() {
|
|
server.Start()
|
|
}
|