From 5ed12f4455e9804ed87d31b49d57eff5b0cf72dc Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Thu, 9 Feb 2017 20:28:45 -0800 Subject: adammathes.com namespace --- post/post.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'post') 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" -- cgit v1.2.3