blob: ad29621999a4acd652e514fa7f77f1769862dd5f [file] [log] [blame]
package gocheck
func PrintLine(filename string, line int) (string, error) {
return printLine(filename, line)
}
func Indent(s, with string) string {
return indent(s, with)
}