Fork of go-gemini
Go to file
2021-02-08 12:32:49 -05:00
certificate certificate: Add Dir.Entries function 2021-01-14 21:19:27 -05:00
examples Update examples 2021-01-25 10:59:50 -05:00
tofu tofu: Implement PersistentHosts 2021-01-25 12:11:59 -05:00
.gitignore
client.go Make TLS field nil for unencrypted connections 2021-02-08 12:32:49 -05:00
doc.go Guarantee that (*Response).Body is not nil 2021-01-15 15:18:00 -05:00
fs.go fs: Remove unused import 2021-01-14 22:45:09 -05:00
gemini.go Move documentation back to doc.go 2021-01-10 01:16:50 -05:00
go.mod
LICENSE
mux.go
query.go
README.md Update link to documentation 2021-01-10 00:55:39 -05:00
request.go Make TLS field nil for unencrypted connections 2021-02-08 12:32:49 -05:00
response.go Make TLS field nil for unencrypted connections 2021-02-08 12:32:49 -05:00
server.go Make TLS field nil for unencrypted connections 2021-02-08 12:32:49 -05:00
status.go Rename status.Message to status.Meta 2021-01-10 00:10:57 -05:00
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.