1
0
mirror of https://git.sr.ht/~adnano/go-gemini synced 2024-09-20 15:42:32 +02:00

Update module name

This commit is contained in:
adnano 2020-09-28 18:19:59 -04:00
parent 684bb1cc68
commit 8d9e50d47a
5 changed files with 5 additions and 5 deletions

View File

@ -8,7 +8,7 @@ import (
"fmt"
"log"
"git.sr.ht/~adnano/go-gemini"
"git.sr.ht/~adnano/gmi"
)
type user struct {

View File

@ -6,7 +6,7 @@ import (
"log"
"time"
"git.sr.ht/~adnano/go-gemini"
"git.sr.ht/~adnano/gmi"
)
func main() {

View File

@ -11,7 +11,7 @@ import (
"syscall"
"time"
"git.sr.ht/~adnano/go-gemini"
"git.sr.ht/~adnano/gmi"
"golang.org/x/crypto/ssh/terminal"
)

View File

@ -6,7 +6,7 @@ import (
"crypto/tls"
"log"
"git.sr.ht/~adnano/go-gemini"
"git.sr.ht/~adnano/gmi"
)
func main() {

2
go.mod
View File

@ -1,4 +1,4 @@
module git.sr.ht/~adnano/go-gemini
module git.sr.ht/~adnano/gmi
go 1.15