1
0
Fork 0
mirror of https://git.sr.ht/~adnano/go-gemini synced 2024-05-23 21:26:04 +02:00
Go implementation of the Gemini protocol
Go to file
adnano 0bac966b23 Update documentation 2020-10-12 16:51:10 -04:00
examples Update documentation 2020-10-12 16:34:59 -04:00
.gitignore Implement certificate creation 2020-09-27 13:50:48 -04:00
LICENSE Temporarily allow common names in certificates 2020-09-27 15:57:55 -04:00
README.md Update README.md 2020-10-12 16:39:01 -04:00
cert.go Update documentation 2020-10-12 16:34:59 -04:00
client.go Update documentation 2020-10-12 16:34:59 -04:00
doc.go Update documentation 2020-10-12 16:51:10 -04:00
fs.go Detect mimetypes 2020-10-11 20:13:53 -04:00
gemini.go Update documentation 2020-10-12 16:34:59 -04:00
go.mod Remove dependency on golang.org/x/crypto 2020-10-11 21:55:30 -04:00
server.go Use a map for registering server handlers 2020-10-12 16:34:12 -04:00
text.go Update comments 2020-10-11 19:41:44 -04:00
tofu.go Remove tilde from comment 2020-09-27 22:19:24 -04:00
vendor.go Move filesystem code to its own file 2020-10-11 18:57:04 -04:00

gmi

GoDoc

Package gmi 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.

Examples

There are a few examples provided in the examples directory. To run the examples:

go run examples/server.go