Ejemplo n.º 1
0
func ListServices(q *skylib.Query) {
	results := q.FindServices()

	for _, service := range *results {
		fmt.Println(service)
	}
}