aboutsummaryrefslogtreecommitdiffstats
path: root/Godeps/_workspace/src/gopkg.in/check.v1/export_test.go
blob: 0e6cfe0f22d801b510d1a457f559d93dae5b8290 (plain) (blame)
1
2
3
4
5
6
7
8
9
package check

func PrintLine(filename string, line int) (string, error) {
    return printLine(filename, line)
}

func Indent(s, with string) string {
    return indent(s, with)
}