From 7056c5dbbfc5a7e184d0db0ddcf20eca487408a2 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sat, 12 Jan 2019 17:05:00 +0000 Subject: tidy --- cmd/site/html.go | 2 +- cmd/site/main.go | 2 +- cmd/site/rss.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'cmd') diff --git a/cmd/site/html.go b/cmd/site/html.go index 5c6b828..c851342 100644 --- a/cmd/site/html.go +++ b/cmd/site/html.go @@ -7,7 +7,7 @@ import ( "net/http" "time" - "github.com/Xe/ln" + "within.website/ln" ) func logTemplateTime(name string, from time.Time) { diff --git a/cmd/site/main.go b/cmd/site/main.go index deb9543..3791585 100644 --- a/cmd/site/main.go +++ b/cmd/site/main.go @@ -13,7 +13,7 @@ import ( "time" "github.com/Xe/jsonfeed" - "github.com/Xe/ln" + "within.website/ln" "github.com/gorilla/feeds" blackfriday "github.com/russross/blackfriday" "github.com/tj/front" diff --git a/cmd/site/rss.go b/cmd/site/rss.go index 15e9163..b1845cd 100644 --- a/cmd/site/rss.go +++ b/cmd/site/rss.go @@ -5,7 +5,7 @@ import ( "net/http" "time" - "github.com/Xe/ln" + "within.website/ln" ) var bootTime = time.Now() -- cgit v1.2.3