()
| 173 | } |
| 174 | |
| 175 | func ExampleMessage_FormatAddress() { |
| 176 | m.SetHeader("To", m.FormatAddress("bob@example.com", "Bob"), m.FormatAddress("cora@example.com", "Cora")) |
| 177 | } |
| 178 | |
| 179 | func ExampleMessage_FormatDate() { |
| 180 | m.SetHeaders(map[string][]string{ |
nothing calls this directly
no test coverage detected
searching dependent graphs…