minio/vendor/gopkg.in/check.v1/export_test.go

10 lines
175 B
Go

package check
func PrintLine(filename string, line int) (string, error) {
return printLine(filename, line)
}
func Indent(s, with string) string {
return indent(s, with)
}