package main import ( "github.com/jumpserver/koko/pkg/koko" ) func main() { koko.RunForever() }