staging area for writing responses section
| 377 | |
| 378 | // staging area for writing responses section |
| 379 | type responsesSection struct { |
| 380 | buf bytes.Buffer |
| 381 | } |
| 382 | |
| 383 | func newResponsesSection(n int) *responsesSection { |
| 384 | ret := &responsesSection{} |
nothing calls this directly
no outgoing calls
no test coverage detected