()
| 616 | } |
| 617 | |
| 618 | func ExampleAttach() { |
| 619 | e := NewEmail() |
| 620 | e.AttachFile("test.txt") |
| 621 | } |
| 622 | |
| 623 | func Test_base64Wrap(t *testing.T) { |
| 624 | file := "I'm a file long enough to force the function to wrap a\n" + |
nothing calls this directly
no test coverage detected
searching dependent graphs…