~rogpeppe/juju-core/387-use-testing-set

« back to all changes in this revision

Viewing changes to testing/checkers/set.go

  • Committer: Roger Peppe
  • Date: 2013-09-10 17:25:51 UTC
  • Revision ID: roger.peppe@canonical.com-20130910172551-m211liqjmz0xhp0x
gofmt

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
package checkers
 
2
 
2
3
import (
3
4
        "reflect"
4
5
)