(want string, got string)
| 474 | } |
| 475 | |
| 476 | func (p *printer) arrayCheck(want string, got string) { |
| 477 | p.printf("\nif %[1]s != %[2]s { err = msgp.ArrayError{Wanted: %[2]s, Got: %[1]s}; return }", got, want) |
| 478 | } |
| 479 | |
| 480 | func (p *printer) closeblock() { p.print("\n}") } |
| 481 |
no test coverage detected