Fork of go-gemini
Go to file
2020-10-31 21:33:59 -04:00
examples Implement Server read and write timeouts 2020-10-31 21:07:02 -04:00
.gitignore
cert.go Update log.Printf calls 2020-10-31 21:33:59 -04:00
client.go Implement Server read and write timeouts 2020-10-31 21:07:02 -04:00
doc.go
fs.go
gemini.go Add ErrCertificateNotFound 2020-10-31 16:45:38 -04:00
go.mod
LICENSE
mux.go Remove Redirect and PermanentRedirect functions 2020-10-31 16:51:10 -04:00
README.md
request.go
response.go Set default mimetype if META is empty 2020-10-31 20:32:38 -04:00
server.go Implement Server read and write timeouts 2020-10-31 21:07:02 -04:00
status.go Remove Redirect and PermanentRedirect functions 2020-10-31 16:51:10 -04:00
text.go
tofu.go
vendor.go

go-gemini

GoDoc

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.