Skip to content
This repository has been archived by the owner on Jun 20, 2020. It is now read-only.

getwtxt/registry

Repository files navigation

getwtxt-registry

builds.sr.ht status Build Status

twtxt Registry Library for Go

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.

Using the Library

Just add it to your imports list in the file(s) where it's needed.

import (
  "git.sr.ht/~gbmor/getwtxt-registry"
)

Documentation

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

Contributions

All contributions are very welcome! Please specify that you are referring to getwtxt-registry when using the following:

Notes