emersion / go-msgauth

🔏 A Go library and tools for DKIM, DMARC and Authentication-Results
MIT License
162 stars 51 forks source link

Add import statements to code examples in README #55

Closed kmazurek closed 6 months ago

kmazurek commented 1 year ago

This is to indicate the exact import paths for the packages used in the examples, i.e.:

It should make it easier to quickly start using the library and save some time for other developers who were confused about this like I was. :)

emersion commented 6 months ago

https://github.com/emersion/go-msgauth/commit/7c324e22a8ae814de61b220cbe6446eb198d09ed drops examples from the README. Examples are provided by GoDoc.