about summary refs log tree commit diff stats
path: root/internal/content/posts.go
diff options
context:
space:
mode:
authorAlan Pearce2024-06-30 22:14:37 +0200
committerAlan Pearce2024-06-30 22:14:37 +0200
commita14e030b41799ea65e026d600ce18a48507bebd0 (patch)
treed1471a9cb5a335457f42b10a1e7150210ab00be2 /internal/content/posts.go
parentc4d5654e6360e90be2106439463f49acb55dffc8 (diff)
downloadwebsite-a14e030b41799ea65e026d600ce18a48507bebd0.tar.lz
website-a14e030b41799ea65e026d600ce18a48507bebd0.tar.zst
website-a14e030b41799ea65e026d600ce18a48507bebd0.zip
extract logging library
Diffstat (limited to 'internal/content/posts.go')
-rw-r--r--internal/content/posts.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/content/posts.go b/internal/content/posts.go
index dd14d1e..f4c6c76 100644
--- a/internal/content/posts.go
+++ b/internal/content/posts.go
@@ -9,7 +9,7 @@ import (
 	"strings"
 	"time"
 
-	"go.alanpearce.eu/website/internal/log"
+	"go.alanpearce.eu/x/log"
 
 	"github.com/adrg/frontmatter"
 	mapset "github.com/deckarep/golang-set/v2"