Update namespace

This commit is contained in:
ycc 2023-01-28 16:25:47 +01:00
parent 455fbeaf8a
commit bd93a5dee4
2 changed files with 2 additions and 2 deletions

View File

@ -6,5 +6,5 @@ import (
func TestInit(t *testing.T) {
var creds Creds
creds.Init("localconfig_test")
creds.Init("forge.redroom.link/yves/localconfig_test")
}

2
go.mod
View File

@ -1,4 +1,4 @@
module localconfig
module forge.redroom.link/yves/localconfig
go 1.19