~cmars/juju-core/local-repo-errmsg

« back to all changes in this revision

Viewing changes to juju/arch/arch.go

  • Committer: Tarmac
  • Author(s): Wayne Witzel III, John Arbash Meinel
  • Date: 2014-04-09 10:35:49 UTC
  • mfrom: (2585.2.2 go-vet-cleanup)
  • Revision ID: tarmac-20140409103549-9s6fmodn8xqj5zk7
[r=jameinel] cleanup: fixing go vet warnings

Cleanup code that has go vet warnings.

https://codereview.appspot.com/81570045/

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
        for _, re := range archREs {
57
57
                if re.Match([]byte(rawArch)) {
58
58
                        return re.arch
59
 
                        break
60
59
                }
61
60
        }
62
61
        return rawArch