()
| 80 | } |
| 81 | |
| 82 | func (r indexEntry) String() string { |
| 83 | return fmt.Sprintf("{URL: %v, Header: %v, Offset: %d, Length: %d}", r.URL, r.Header, r.Offset, r.Length) |
| 84 | } |
| 85 | |
| 86 | type section interface { |
| 87 | Name() string |
no outgoing calls
no test coverage detected