move files and update import paths
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M internal/atom/atom.go → domain/indieweb/atom/atom.go
@@ -6,8 +6,8 @@ "encoding/xml" "net/url" "time" + "alin.ovh/homestead/shared/config" "github.com/Southclaws/fault" - "alin.ovh/homestead/internal/config" ) func MakeTagURI(config *config.Config, specific string) string {