()
| 152 | } |
| 153 | |
| 154 | func ExampleMessage_AddAlternative() { |
| 155 | m.SetBody("text/plain", "Hello!") |
| 156 | m.AddAlternative("text/html", "<p>Hello!</p>") |
| 157 | } |
| 158 | |
| 159 | func ExampleMessage_AddAlternativeWriter() { |
| 160 | t := template.Must(template.New("example").Parse("Hello {{.}}!")) |
nothing calls this directly
no test coverage detected
searching dependent graphs…