mirror of
https://github.com/Kyren223/eko.git
synced 2026-07-12 07:19:29 +00:00
10 lines
99 B
Go
10 lines
99 B
Go
package main
|
|
|
|
import (
|
|
"github.com/kyren223/eko/internal/client"
|
|
)
|
|
|
|
func main() {
|
|
client.Run()
|
|
}
|