func toString()
in
parsing.go [264:266]
3
lines of code
1
McCabe index (conditional complexity)
func toString(i int) string { return fmt.Sprintf("%d", i) }