Add link to ogirinal in readme

This commit is contained in:
Sasha Koshka 2023-05-26 00:45:08 -04:00
parent f6d3c47816
commit 4985bf0bc8
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
# go-gemini
This repository is a fork of [go-gemini](https://godocs.io/git.sr.ht/~adnano/go-gemini)
implementing better parity with net/http and some tweaks required for use in
[Hnakra](https://git.tebibyte.media/sashakoshka/hnakra).
Package gemini implements the [Gemini protocol](https://gemini.circumlunar.space)
in Go. It provides an API similar to that of net/http to facilitate the
development of Gemini clients and servers.