1
0
mirror of https://git.sr.ht/~adnano/go-gemini synced 2024-11-23 16:52:06 +01:00

Add import path to README.md

This commit is contained in:
adnano 2020-10-24 16:58:35 -04:00
parent de46c241b0
commit 5acff7c45c

@ -6,6 +6,10 @@ Package gemini implements the [Gemini protocol](https://gemini.circumlunar.space
It aims to provide an API similar to that of net/http to make it easy to develop Gemini clients and servers.
## Usage
import "git.sr.ht/~adnano/go-gemini"
## Examples
There are a few examples provided in the `examples` directory.