Fork of go-gemini
Go to file
2021-02-21 11:53:15 -05:00
certificate
examples
tofu
.build.yml
client.go Move punycode functions to client.go 2021-02-21 09:43:23 -05:00
doc.go Update documentation 2021-02-21 00:56:37 -05:00
fs.go fs: Use better error messages 2021-02-21 09:56:59 -05:00
gemini.go server: Don't recover from panics 2021-02-21 11:04:45 -05:00
go.mod
go.sum
handler.go server: Don't recover from panics 2021-02-21 11:04:45 -05:00
LICENSE
mux_test.go
mux.go
query.go
README.md
request_test.go
request.go
response_test.go
response.go
server.go server: Export ServeConn method 2021-02-21 11:53:15 -05:00
status.go
text.go
timeout.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.