1
0
mirror of https://git.sr.ht/~adnano/go-gemini synced 2024-09-18 13:31:36 +02:00
Go implementation of the Gemini protocol
Go to file
2021-02-28 22:07:24 -05:00
certificate certificate.Store: Check parent scopes in Lookup 2021-02-28 20:23:32 -05:00
examples
tofu
.build.yml
client.go
doc.go
fs.go Require Go 1.16 2021-02-28 21:38:17 -05:00
gemini.go
go.mod Require Go 1.16 2021-02-28 21:38:17 -05:00
go.sum
handler.go Add message argument to TimeoutHandler 2021-02-28 22:07:24 -05:00
io.go
LICENSE
mux_test.go
mux.go
query.go
README.md
request_test.go
request.go Mention that Request methods don't work for clients 2021-02-28 21:59:19 -05:00
response_test.go Replace uses of ioutil with io 2021-02-28 21:38:36 -05:00
response.go Reintroduce Response.Write method 2021-02-28 20:50:18 -05:00
server.go
status.go
text.go
vendor.go

go-gemini

godocs.io builds.sr.ht status

Package gemini implements the Gemini protocol in Go.

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

Compatible with version v0.14.3 of the Gemini specification.

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.