go-gemini/README.md

15 lines
455 B
Markdown
Raw Normal View History

2020-10-24 19:15:32 +00:00
# go-gemini
2020-09-21 19:48:42 +00:00
2020-10-24 19:21:35 +00:00
[![GoDoc](https://godoc.org/git.sr.ht/~adnano/go-gemini?status.svg)](https://godoc.org/git.sr.ht/~adnano/go-gemini)
2020-09-21 22:28:34 +00:00
2020-10-24 19:15:32 +00:00
Package gemini implements the [Gemini protocol](https://gemini.circumlunar.space) in Go.
2020-09-21 19:48:42 +00:00
2020-10-24 19:21:35 +00:00
It aims to provide an API similar to that of net/http to make it easy to develop Gemini clients and servers.
2020-09-21 19:48:42 +00:00
2020-09-21 21:23:51 +00:00
## Examples
2020-09-21 19:48:42 +00:00
2020-09-27 21:44:49 +00:00
There are a few examples provided in the `examples` directory.
2020-09-21 21:23:51 +00:00
To run the examples:
2020-09-21 19:48:42 +00:00
2020-10-12 20:39:01 +00:00
go run examples/server.go