1
0
mirror of https://git.sr.ht/~adnano/go-gemini synced 2024-11-23 16:52:06 +01:00
Go implementation of the Gemini protocol
Go to file
2020-10-13 21:00:07 -04:00
examples Rename rw, req to w, r 2020-10-13 20:22:12 -04:00
.gitignore
cert.go Remove NewRawCertificate function 2020-10-13 17:33:14 -04:00
client.go Fix typo 2020-10-13 20:24:06 -04:00
doc.go Rename rw, req to w, r 2020-10-13 20:22:12 -04:00
fs.go Rename rw, req to w, r 2020-10-13 20:22:12 -04:00
gmi.go Rename gemini.go to gmi.go 2020-10-13 20:10:18 -04:00
go.mod
LICENSE Update project name in LICENSE 2020-10-13 20:27:56 -04:00
README.md
server.go Rename rw to w 2020-10-13 21:00:07 -04:00
text.go Prevent other packages from implementing Line 2020-10-13 20:33:38 -04:00
tofu.go KnownHosts: use map instead of slice for underlying storage 2020-10-13 19:54:48 -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