1
0
Fork 0
mirror of https://git.sr.ht/~adnano/go-gemini synced 2024-06-02 06:26:06 +02:00
Go implementation of the Gemini protocol
Go to file
adnano c6802d9d9a Merge Request and RequestInfo 2020-09-24 01:37:57 -04:00
examples Merge Request and RequestInfo 2020-09-24 01:37:57 -04:00
LICENSE Add LICENSE 2020-09-21 15:55:27 -04:00
README.md Add package declaration comment 2020-09-21 22:09:50 -04:00
gemini.go Merge Request and RequestInfo 2020-09-24 01:37:57 -04:00
go.mod Initial commit 2020-09-21 15:49:09 -04:00

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