willnorris / webmention

Go library and CLI for assisting in sending webmentions.
https://pkg.go.dev/willnorris.com/go/webmention
BSD 3-Clause "New" or "Revised" License
49 stars 5 forks source link

Break out the discovery of links from an io.Reader into its own func. #8

Closed jcgregorio closed 7 years ago

jcgregorio commented 7 years ago

This is a useful function on its own. In my case I need it to find potential webmention URLs from HTML found in an Atom feed.