blob: 8df633e13290461739649e38bf95f80e5fc5090d [file] [log] [blame]
package gocheck
import (
"os"
)
func PrintLine(filename string, line int) (string, os.Error) {
return printLine(filename, line)
}
func Indent(s, with string) string {
return indent(s, with)
}