1
0
mirror of https://git.sr.ht/~adnano/go-gemini synced 2024-09-20 07:21:53 +02:00
Go implementation of the Gemini protocol
Go to file
2020-10-13 14:22:15 -04:00
examples examples/server: Generate new certificates when they expire 2020-10-13 14:22:15 -04:00
.gitignore
cert.go examples/server: Generate new certificates when they expire 2020-10-13 14:22:15 -04:00
client.go Remove (*Request).Hostname function 2020-10-13 13:31:50 -04:00
doc.go Rename (*KnownHosts).Load to LoadDefault 2020-10-12 16:56:55 -04:00
fs.go
gemini.go Rename (*KnownHosts).Load to LoadDefault 2020-10-12 16:56:55 -04:00
go.mod
LICENSE
README.md Update README.md 2020-10-12 16:39:01 -04:00
server.go examples/server: Generate new certificates when they expire 2020-10-13 14:22:15 -04:00
text.go
tofu.go examples/server: Generate new certificates when they expire 2020-10-13 14:22:15 -04:00
vendor.go

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