(msg string)
| 923 | } |
| 924 | |
| 925 | func (dec *Decoder) formatError(msg string) error { |
| 926 | |
| 927 | return fmt.Errorf("%s in line:%d", msg, dec.line) |
| 928 | } |
| 929 | |
| 930 | func (dec *Decoder) appendWarn(ftype string, msg string) { |
| 931 |
no outgoing calls
no test coverage detected