From c4b57d28caa8986d9fbdcbdb4085c8e74974dffc Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 29 Jun 2024 18:09:10 +0200 Subject: rename go module --- internal/content/posts.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'internal/content') diff --git a/internal/content/posts.go b/internal/content/posts.go index 5185d06..d56688d 100644 --- a/internal/content/posts.go +++ b/internal/content/posts.go @@ -8,7 +8,8 @@ import ( "slices" "strings" "time" - "website/internal/log" + + "go.alanpearce.eu/website/internal/log" "github.com/adrg/frontmatter" mapset "github.com/deckarep/golang-set/v2" -- cgit 1.4.1