mirror of
https://github.com/make-42/hayai.git
synced 2025-01-18 18:47:10 +01:00
12 lines
104 B
Go
12 lines
104 B
Go
package main
|
|
|
|
import (
|
|
"hayai/config"
|
|
"hayai/wolfx"
|
|
)
|
|
|
|
func main() {
|
|
config.Init()
|
|
wolfx.Listen()
|
|
}
|