💾 Archived View for rawtext.club › ~sloum › geminilist › 006171.gmi captured on 2023-09-08 at 17:04:44. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2021-11-30)

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

<-- back to the mailing list

[tech] Announcing go-gemini v0.2.0

Adnan Maolood me at adnano.co

Wed Mar 24 17:41:18 GMT 2021

- - - - - - - - - - - - - - - - - - - 

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 providesan API similar to that of net/http for developing Gemini clients andservers. 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-relatedfunctionality is only available on Go 1.16 and above as it relies on theio/fs package. Those who do not need this functionality can continue touse Go 1.15.

Future 0.2.x versions will focus mainly on improving documentation,ironing out bugs, and polishing existing features.