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 /examples/client.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 'examples/client.go')
| -rw-r--r-- | examples/client.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/client.go b/examples/client.go index 8d818c3..eb25301 100644 --- a/examples/client.go +++ b/examples/client.go @@ -10,7 +10,7 @@ import ( "os" "time" - "git.sr.ht/~adnano/gmi" + gmi "git.sr.ht/~adnano/go-gemini" ) var ( |