Fork of go-gemini
Go to file
2021-02-24 11:01:02 -05:00
certificate
examples examples/server: Cancel context 2021-02-24 10:27:28 -05:00
tofu
.build.yml
client.go client: Fix copying of request 2021-02-24 09:48:23 -05:00
doc.go
fs.go fs: Remove build constraint 2021-02-24 11:01:02 -05:00
gemini.go
go.mod fs: Remove build constraint 2021-02-24 11:01:02 -05:00
go.sum
handler.go ResponseWriter: Remove unexported method 2021-02-24 10:01:46 -05:00
io.go
LICENSE
mux_test.go
mux.go
query.go
README.md
request_test.go
request.go
response_test.go
response.go Add NewResponse function 2021-02-24 10:48:17 -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.