aboutsummaryrefslogtreecommitdiffstats
path: root/main.go
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 /main.go
parent1831e19a5bf8ad4848b08b6b7dfff85b5a375c39 (diff)
downloadneko-bd763cada02d04bcde16c53faec3352aff528002.tar.gz
neko-bd763cada02d04bcde16c53faec3352aff528002.tar.bz2
neko-bd763cada02d04bcde16c53faec3352aff528002.zip
change to personal namespace
Diffstat (limited to 'main.go')
-rw-r--r--main.go12
1 files changed, 6 insertions, 6 deletions
diff --git a/main.go b/main.go
index b7f76f3..20a1262 100644
--- a/main.go
+++ b/main.go
@@ -2,12 +2,12 @@ package main
import (
"fmt"
- "github.com/adammathes/neko/config"
- "github.com/adammathes/neko/crawler"
- "github.com/adammathes/neko/importer"
- "github.com/adammathes/neko/models"
- "github.com/adammathes/neko/models/feed"
- "github.com/adammathes/neko/web"
+ "adammathes.com/neko/config"
+ "adammathes.com/neko/crawler"
+ "adammathes.com/neko/importer"
+ "adammathes.com/neko/models"
+ "adammathes.com/neko/models/feed"
+ "adammathes.com/neko/web"
"log"
"os"
)