diff options
Diffstat (limited to 'post')
-rw-r--r-- | post/post.go | 8 |
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" |