()
| 187 | } |
| 188 | |
| 189 | func ExampleMessage_SetBody() { |
| 190 | m.SetBody("text/plain", "Hello!") |
| 191 | } |
| 192 | |
| 193 | func ExampleMessage_SetDateHeader() { |
| 194 | m.SetDateHeader("X-Date", time.Now()) |
nothing calls this directly
no test coverage detected
searching dependent graphs…