File: export_test.go

package info (click to toggle)
golang-github-pingcap-check 0.0~git20170902.0.4c65d06-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 244 kB
  • sloc: makefile: 3
file content (9 lines) | stat: -rw-r--r-- 175 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
package check

func PrintLine(filename string, line int) (string, error) {
	return printLine(filename, line)
}

func Indent(s, with string) string {
	return indent(s, with)
}