1
0
mirror of https://git.sr.ht/~adnano/go-gemini synced 2024-09-19 23:01:37 +02:00
Go implementation of the Gemini protocol
Go to file
2021-01-14 20:42:12 -05:00
certificate Move cert.go to a subpackage 2021-01-14 20:42:12 -05:00
examples Update examples/auth.go 2021-01-14 19:04:11 -05:00
tofu tofu: Fix example 2021-01-14 19:57:52 -05:00
.gitignore
client.go client: set the client timout on the dialer, close connection on err 2021-01-13 17:13:56 -05:00
doc.go
fs.go
gemini.go
go.mod
LICENSE
mux.go
query.go
README.md
request.go
response.go
server.go Move cert.go to a subpackage 2021-01-14 20:42:12 -05:00
status.go
text.go
vendor.go

go-gemini

godocs.io

Package 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.

Usage

import "git.sr.ht/~adnano/go-gemini"

Examples

There are a few examples provided in the examples directory. To run an example:

go run examples/server.go

Contributing

Send patches and questions to ~adnano/go-gemini-devel.

Subscribe to release announcements on ~adnano/go-gemini-announce.