~niemeyer/gocheck/trunk

« back to all changes in this revision

Viewing changes to gocheck.go

  • Committer: Gustavo Niemeyer
  • Date: 2011-11-11 01:10:13 UTC
  • Revision ID: gustavo@niemeyer.net-20111111011013-rtvuji4z6nm5h15g
- *C now has an Output method matching the log.Logger interface.
- rand => math/rand

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
        "errors"
6
6
        "fmt"
7
7
        "io"
 
8
        "math/rand"
8
9
        "os"
9
10
        "path"
10
 
        "rand"
11
11
        "reflect"
12
12
        "regexp"
13
13
        "runtime"