added note about new library location
changing all references from github.com to sr.ht
instead of returning nil statuses on empty registry, return empty []string
getwtxt-registry
ARCHIVED: This library now lives in the main getwtxt repository
getwtxt-registry
helps you implement twtxt registries in Go.
It uses no third-party dependencies whatsoever, only the standard library,
and has no global state.
Specifying your own http.Client
for requests is encouraged, with a sensible
default available by passing nil
to the constructor.
Just add it to your imports list in the file(s) where it's needed.
import (
"git.sr.ht/~gbmor/getwtxt-registry"
)
The code is commented, so feel free to browse the files themselves. Alternatively, the generated documentation can be found at:
pkg.go.dev/git.sr.ht/~gbmor/getwtxt-registry
All contributions are very welcome! Please specify that you are referring to getwtxt-registry
when using the following:
getwtxt - parent project:
twtxt repository:
twtxt documentation:
twtxt registry documentation: