SYMBOL INDEX (8 symbols across 2 files) FILE: converter/main.go function reprint (line 12) | func reprint(col []string, mr []string) []string { function tokenize (line 44) | func tokenize(input string) []string { function reformat (line 76) | func reformat(input string) string { function main (line 119) | func main() { FILE: converter/main_test.go function TestReformatExact (line 10) | func TestReformatExact(t *testing.T) { function TestReformatSimple (line 22) | func TestReformatSimple(t *testing.T) { function TestReformatQuotedBracket (line 44) | func TestReformatQuotedBracket(t *testing.T) { function TestReformatRoot (line 66) | func TestReformatRoot(t *testing.T) {