diff options
| author | Adnan Maolood <[email protected]> | 2020-10-24 15:15:32 -0400 |
|---|---|---|
| committer | Adnan Maolood <[email protected]> | 2020-10-24 15:15:32 -0400 |
| commit | f0345f349594b3bb93a45827c7f99688ce73ae34 (patch) | |
| tree | a1065b08973167e4a23ce6d91c9df3ab06209a41 /request.go | |
| parent | Add Certificate helper function (diff) | |
| download | go-gemini-f0345f349594b3bb93a45827c7f99688ce73ae34.tar.xz go-gemini-f0345f349594b3bb93a45827c7f99688ce73ae34.zip | |
Rename repository to go-gemini
Diffstat (limited to 'request.go')
| -rw-r--r-- | request.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -package gmi +package gemini import ( "bufio" |