Exemplo n.º 1
0
func quit(client *fayeclient.FayeClient) {
	client.Unsubscribe("/testing")
	client.Disconnect()
	os.Exit(0)
}