1
0
mirror of https://git.sr.ht/~adnano/go-gemini synced 2024-09-20 03:11:34 +02:00
go-gemini/README.md

15 lines
445 B
Markdown
Raw Normal View History

2020-10-24 21:15:32 +02:00
# go-gemini
2020-09-21 21:48:42 +02:00
2020-09-29 00:22:18 +02:00
[![GoDoc](https://godoc.org/git.sr.ht/~adnano/gmi?status.svg)](https://godoc.org/git.sr.ht/~adnano/gmi)
2020-09-22 00:28:34 +02:00
2020-10-24 21:15:32 +02:00
Package gemini implements the [Gemini protocol](https://gemini.circumlunar.space) in Go.
2020-09-21 21:48:42 +02:00
2020-10-12 22:34:52 +02: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 21:48:42 +02:00
2020-09-21 23:23:51 +02:00
## Examples
2020-09-21 21:48:42 +02:00
2020-09-27 23:44:49 +02:00
There are a few examples provided in the `examples` directory.
2020-09-21 23:23:51 +02:00
To run the examples:
2020-09-21 21:48:42 +02:00
2020-10-12 22:39:01 +02:00
go run examples/server.go