Files
bootdotdev-fcc-learn-golang…/course/11-pointers/exercises/6-pointer_receiver_code/expected.txt
wagslane 9be3074de6 first
2023-05-01 15:25:27 -06:00

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 --
==========================