Fork of go-gemini
Go to file
2020-10-13 20:10:18 -04:00
examples Remove NewRawCertificate function 2020-10-13 17:33:14 -04:00
.gitignore Implement certificate creation 2020-09-27 13:50:48 -04:00
cert.go Remove NewRawCertificate function 2020-10-13 17:33:14 -04:00
client.go Move errors to gemini.go 2020-10-13 20:10:04 -04:00
doc.go Rename (*KnownHosts).Load to LoadDefault 2020-10-12 16:56:55 -04:00
fs.go Move errors to gemini.go 2020-10-13 20:10:04 -04:00
gmi.go Rename gemini.go to gmi.go 2020-10-13 20:10:18 -04:00
go.mod Remove dependency on golang.org/x/crypto 2020-10-11 21:55:30 -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
server.go Move errors to gemini.go 2020-10-13 20:10:04 -04:00
text.go Update comments 2020-10-11 19:41:44 -04:00
tofu.go KnownHosts: use map instead of slice for underlying storage 2020-10-13 19:54:48 -04:00
vendor.go Move certificate verification code to VerifyConnection 2020-10-13 16:44:46 -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