aboutsummaryrefslogtreecommitdiffstats
path: root/main.go
diff options
context:
space:
mode:
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"
)