mirror of
https://github.com/bootdotdev/fcc-learn-golang-assets.git
synced 2025-12-10 07:11:19 +00:00
23 lines
584 B
Plaintext
23 lines
584 B
Plaintext
-- before --
|
|
message: this is my first draft
|
|
fromAddress: sandra@mailio-test.com
|
|
toAddress: bullock@mailio-test.com
|
|
-- end before --
|
|
-- after --
|
|
message: this is my second draft
|
|
fromAddress: sandra@mailio-test.com
|
|
toAddress: bullock@mailio-test.com
|
|
-- end after --
|
|
==========================
|
|
-- before --
|
|
message: this is my third draft
|
|
fromAddress: sandra@mailio-test.com
|
|
toAddress: bullock@mailio-test.com
|
|
-- end before --
|
|
-- after --
|
|
message: this is my second draft
|
|
fromAddress: sandra@mailio-test.com
|
|
toAddress: bullock@mailio-test.com
|
|
-- end after --
|
|
==========================
|