aboutsummaryrefslogtreecommitdiffstats
path: root/post/post.go
diff options
context:
space:
mode:
Diffstat (limited to 'post/post.go')
-rw-r--r--post/post.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/post/post.go b/post/post.go
index ab1ccb6..9561e46 100644
--- a/post/post.go
+++ b/post/post.go
@@ -5,10 +5,10 @@ unit of a site: a post. Posts are represented as text files, then converted to H
package post
import (
- "snkt/config"
- "snkt/render"
- "snkt/text"
- "snkt/vlog"
+ "adammathes.com/snkt/config"
+ "adammathes.com/snkt/render"
+ "adammathes.com/snkt/text"
+ "adammathes.com/snkt/vlog"
"github.com/russross/blackfriday"
"io/ioutil"
"log"