Beispiel #1
0
func shutdown(conn core.Conn, argv []string) {
	log.Stderrf("shutdown command from %s\n", conn.RemoteAddr())
	runloop.Quit()
}