Beispiel #1
0
func main() {
	gosh.InitChildMain()
	lib.Serve()
}
Beispiel #2
0
func main() {
	gosh.InitChildMain()
	fmt.Println("Hello, world!")
}
Beispiel #3
0
func main() {
	gosh.InitChildMain()
	flag.Parse()
	lib.Get(*addr)
}