blob: affc6d718e8228e5bc98345b41f05ed6d66c592e [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)
}