Beispiel #1
0
// TODO: Add validation
func parseSets(s *brew.Search, args url.Values) error {
	s.Sets = toLower(args["set"])
	return nil
}