func toString()

in parsing.go [264:266]


func toString(i int) string {
	return fmt.Sprintf("%d", i)
}