rename go module
1 file changed, 2 insertions(+), 1 deletion(-)
changed files
M internal/config/config.go → internal/config/config.go
@@ -4,7 +4,8 @@ import ( "io/fs" "net/url" "path/filepath" - "website/internal/log" + + "go.alanpearce.eu/website/internal/log" "github.com/BurntSushi/toml" "github.com/pkg/errors"