Sign in
fuchsia
/
third_party
/
github.com
/
go-check
/
check
/
df04ba4bf45c504b366cb600a7abe5b78cbb313c
/
.
/
export_test.go
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)
}