Version 0.2.0 of the go-gemini library has been released.
https://sr.ht/~adnano/go-gemini
go-gemini is an implementation of the Gemini protocol in Go. It provides
an API similar to that of net/http for developing Gemini clients and
servers. It features support for TOFU, proxying requests, IDNs,
automatic certificate creation, and streaming responses.
Version 0.2.0 represents a milestone in the development of go-gemini.
It brings a stronger promise of stability and backwards compatibility.
Version 0.2.0 can be used with Go 1.15, though some filesystem-related
functionality is only available on Go 1.16 and above as it relies on the
io/fs package. Those who do not need this functionality can continue to
use Go 1.15.
Future 0.2.x versions will focus mainly on improving documentation,
ironing out bugs, and polishing existing features.