all repos — homestead @ 9762929ba7b804a268e752c4b362339278806cfe

Code for my website

rename go module

Alan Pearce
commit

9762929ba7b804a268e752c4b362339278806cfe

parent

1d1d06236ad97c6c9195c8a8bb854240fdd7b485

1 file changed, 2 insertions(+), 1 deletion(-)

changed files
M internal/config/config.gointernal/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"