1
0
mirror of https://git.sr.ht/~adnano/go-gemini synced 2024-09-29 16:31:18 +02:00
Go implementation of the Gemini protocol
Go to file
2020-10-13 19:54:48 -04:00
examples Remove NewRawCertificate function 2020-10-13 17:33:14 -04:00
.gitignore
cert.go Remove NewRawCertificate function 2020-10-13 17:33:14 -04:00
client.go Move certificate verification code to VerifyConnection 2020-10-13 16:44:46 -04:00
doc.go
fs.go
gemini.go
go.mod
LICENSE
README.md
server.go Update comment 2020-10-13 19:11:59 -04:00
text.go
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