cambiar nombre de paquete para go install

This commit is contained in:
Cat /dev/Nulo 2023-01-23 12:08:07 -03:00
parent ffa668291b
commit 30f9045a37
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ import (
"net/http"
"os"
"nulo.in/ddnser/nameservers"
"gitea.nulo.in/Nulo/ddnser/nameservers"
)
type config struct {

2
go.mod
View File

@ -1,3 +1,3 @@
module nulo.in/ddnser
module gitea.nulo.in/Nulo/ddnser
go 1.19