💾 Archived View for gemi.dev › gemini-mailing-list › 000831.gmi captured on 2023-11-04 at 13:08:28. Gemini links have been rewritten to link to archived content

View Raw

More Information

➡️ Next capture (2023-12-28)

-=-=-=-=-=-=-

[tech] Announcing go-gemini v0.2.0

Adnan Maolood <me (a) adnano.co>

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.

Link to individual message.

---

Previous Thread: [spec] relative link behavior definition

Next Thread: Will Gemini ever become a standardized protocol?