aboutsummaryrefslogtreecommitdiff
path: root/cmd/site/rss.go
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2019-12-09 10:48:40 -0500
committerGitHub <noreply@github.com>2019-12-09 10:48:40 -0500
commiteb26857c1d5973bedc91c3fc1acaf4434809bbd5 (patch)
tree926be802355da24afb3cf6ed8496a2b2d656e1a1 /cmd/site/rss.go
parent583cf248b3fe7ebb06d89ba32fddeee70fb14c2c (diff)
downloadxesite-eb26857c1d5973bedc91c3fc1acaf4434809bbd5.tar.xz
xesite-eb26857c1d5973bedc91c3fc1acaf4434809bbd5.zip
Within package layout (#102)
* blog: go package layout * eat my own dogfood * internal: test date * blog/go-package-layout: streamline * oops
Diffstat (limited to 'cmd/site/rss.go')
-rw-r--r--cmd/site/rss.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/site/rss.go b/cmd/site/rss.go
index e03e07f..cd99bde 100644
--- a/cmd/site/rss.go
+++ b/cmd/site/rss.go
@@ -5,7 +5,7 @@ import (
"net/http"
"time"
- "christine.website/internal"
+ "christine.website/cmd/site/internal"
"within.website/ln"
"within.website/ln/opname"
)