aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorAdam Mathes <adam@trenchant.org>2017-02-07 19:30:39 -0800
committerAdam Mathes <adam@trenchant.org>2017-02-07 19:30:39 -0800
commitbd763cada02d04bcde16c53faec3352aff528002 (patch)
treea63243a5f26976e68171fb95405ed3a536ea48fd /web
parent1831e19a5bf8ad4848b08b6b7dfff85b5a375c39 (diff)
downloadneko-bd763cada02d04bcde16c53faec3352aff528002.tar.gz
neko-bd763cada02d04bcde16c53faec3352aff528002.tar.bz2
neko-bd763cada02d04bcde16c53faec3352aff528002.zip
change to personal namespace
Diffstat (limited to 'web')
-rw-r--r--web/web.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/web/web.go b/web/web.go
index a52293f..54827e9 100644
--- a/web/web.go
+++ b/web/web.go
@@ -4,9 +4,9 @@ import (
"encoding/json"
"fmt"
"log"
- "github.com/adammathes/neko/config"
- "github.com/adammathes/neko/models/feed"
- "github.com/adammathes/neko/models/item"
+ "adammathes.com/neko/config"
+ "adammathes.com/neko/models/feed"
+ "adammathes.com/neko/models/item"
"net/http"
"strconv"
"golang.org/x/crypto/bcrypt"