Changed module name

This commit is contained in:
DutchEllie 2022-03-13 16:35:31 +01:00
parent 3782570338
commit 885fedc8fb
4 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@ import (
"net/http"
"time"
"git.home.dutchellie.nl/DutchEllie/proper-website-2/entity"
"dutchellie.nl/DutchEllie/proper-website-2/entity"
"github.com/maxence-charriere/go-app/v9/pkg/app"
)

View File

@ -6,7 +6,7 @@ import (
"fmt"
"net/http"
"git.home.dutchellie.nl/DutchEllie/proper-website-2/entity"
"dutchellie.nl/DutchEllie/proper-website-2/entity"
"github.com/maxence-charriere/go-app/v9/pkg/app"
)

2
go.mod
View File

@ -1,4 +1,4 @@
module git.home.dutchellie.nl/DutchEllie/proper-website-2
module dutchellie.nl/DutchEllie/proper-website-2
go 1.17

View File

@ -4,7 +4,7 @@ import (
"log"
"net/http"
"git.home.dutchellie.nl/DutchEllie/proper-website-2/components"
"dutchellie.nl/DutchEllie/proper-website-2/components"
"github.com/maxence-charriere/go-app/v9/pkg/app"
)