~jamesodhunt/snappy/log+syslog-logging

« back to all changes in this revision

Viewing changes to snappy/search.go

  • Committer: Snappy Tarmac
  • Author(s): Michael Vogt
  • Date: 2015-02-13 14:42:00 UTC
  • mfrom: (169.3.20 golint)
  • Revision ID: snappy_tarmac-20150213144200-v6tgnltjqzua9fd2
Adds "go lint" as part of the .tarmac.sh runs and fix
a lot of the complaints. Two warnings are currently muted.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
import "strings"
4
4
 
 
5
// Search searches all repositories with the given keywords in the args slice
5
6
func Search(args []string) (retulst []Part, err error) {
6
7
        m := NewMetaRepository()
7
8