Files
eko/cmd/client/client.go

10 lines
99 B
Go

package main
import (
"github.com/kyren223/eko/internal/client"
)
func main() {
client.Run()
}