aboutsummaryrefslogtreecommitdiffstats
path: root/site/site.go
diff options
context:
space:
mode:
authorAdam Mathes <adam@trenchant.org>2017-02-09 20:28:45 -0800
committerAdam Mathes <adam@trenchant.org>2017-02-09 20:28:45 -0800
commit5ed12f4455e9804ed87d31b49d57eff5b0cf72dc (patch)
treea3b1e0fa97b607ce3600829d7b5f0a7c24317b7f /site/site.go
parentbc59962f0fe8ef0bbea0153089c560edc7467888 (diff)
downloadsnkt-5ed12f4455e9804ed87d31b49d57eff5b0cf72dc.tar.gz
snkt-5ed12f4455e9804ed87d31b49d57eff5b0cf72dc.tar.bz2
snkt-5ed12f4455e9804ed87d31b49d57eff5b0cf72dc.zip
adammathes.com namespace
Diffstat (limited to 'site/site.go')
-rw-r--r--site/site.go8
1 files changed, 4 insertions, 4 deletions
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"