()
| 195 | } |
| 196 | |
| 197 | func ExampleMessage_SetHeader() { |
| 198 | m.SetHeader("Subject", "Hello!") |
| 199 | } |
| 200 | |
| 201 | func ExampleMessage_SetHeaders() { |
| 202 | m.SetHeaders(map[string][]string{ |
nothing calls this directly
no test coverage detected
searching dependent graphs…