1
0
mirror of https://git.sr.ht/~adnano/go-gemini synced 2024-11-23 21:02:28 +01:00
Go implementation of the Gemini protocol
Go to file
2020-09-21 18:30:55 -04:00
examples Rename example directory to examples 2020-09-21 18:25:31 -04:00
client.go Update Client documentation 2020-09-21 18:30:55 -04:00
go.mod
LICENSE
README.md Add link to documentation in README.md 2020-09-21 18:28:34 -04:00
server.go Add support for client-side certificates 2020-09-21 18:21:42 -04:00
util.go

go-gemini

GoDoc

go-gemini implements the Gemini protocol in Go.

It aims to provide an API similar to that of net/http to make it easy to develop Gemini clients and servers.

Examples

See examples/client and examples/server for an example client and server.

To run the examples:

go run -tags=example ./examples/server