diff options
author | Adam Mathes <adam@trenchant.org> | 2017-02-09 20:28:45 -0800 |
---|---|---|
committer | Adam Mathes <adam@trenchant.org> | 2017-02-09 20:28:45 -0800 |
commit | 5ed12f4455e9804ed87d31b49d57eff5b0cf72dc (patch) | |
tree | a3b1e0fa97b607ce3600829d7b5f0a7c24317b7f /post | |
parent | bc59962f0fe8ef0bbea0153089c560edc7467888 (diff) | |
download | snkt-5ed12f4455e9804ed87d31b49d57eff5b0cf72dc.tar.gz snkt-5ed12f4455e9804ed87d31b49d57eff5b0cf72dc.tar.bz2 snkt-5ed12f4455e9804ed87d31b49d57eff5b0cf72dc.zip |
adammathes.com namespace
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" |