Exemplo n.º 1
0
func main() {
	if err := apiserver.Run(); err != nil {
		log.Fatal(err)
	}
}
Exemplo n.º 2
0
func main() {
	apiserver.Run()
}