koko.go 100 Bytes
package main

import (
	"github.com/jumpserver/koko/pkg/koko"
)

func main() {
	koko.RunForever()
}