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 /site | |
parent | bc59962f0fe8ef0bbea0153089c560edc7467888 (diff) | |
download | snkt-5ed12f4455e9804ed87d31b49d57eff5b0cf72dc.tar.gz snkt-5ed12f4455e9804ed87d31b49d57eff5b0cf72dc.tar.bz2 snkt-5ed12f4455e9804ed87d31b49d57eff5b0cf72dc.zip |
adammathes.com namespace
Diffstat (limited to 'site')
-rw-r--r-- | site/init.go | 4 | ||||
-rw-r--r-- | site/site.go | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/site/init.go b/site/init.go index 02a7586..82eda44 100644 --- a/site/init.go +++ b/site/init.go @@ -2,8 +2,8 @@ package site import ( "path" - "snkt/render" - "snkt/config" + "adammathes.com/snkt/render" + "adammathes.com/snkt/config" "os" "log" "gopkg.in/yaml.v2" diff --git a/site/site.go b/site/site.go index 87aa7fc..78eb2f0 100644 --- a/site/site.go +++ b/site/site.go @@ -1,10 +1,10 @@ package site import ( - "snkt/archive" - "snkt/config" - "snkt/post" - "snkt/render" + "adammathes.com/snkt/archive" + "adammathes.com/snkt/config" + "adammathes.com/snkt/post" + "adammathes.com/snkt/render" "io/ioutil" "log" "path" |