diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/web.go | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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" |