diff options
author | ayame-git <s.varezhkin.601@gmail.com> | 2017-05-17 20:23:48 +0300 |
---|---|---|
committer | ayame-git <s.varezhkin.601@gmail.com> | 2017-05-17 20:23:48 +0300 |
commit | fee304e9ecc08576428ed8b520ae29ff342ec8f2 (patch) | |
tree | ce01d4376e6cc1dfcf61ae307e8195b227373577 /database/postgres/where.go | |
parent | d0456605be04c6f560be6a61d19abd6068ee02e3 (diff) | |
download | nyaa-origin/master.zip nyaa-origin/master.tar.gz nyaa-origin/master.tar.bz2 |
migrated masterorigin/master
Diffstat (limited to 'database/postgres/where.go')
-rw-r--r-- | database/postgres/where.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/database/postgres/where.go b/database/postgres/where.go index 845c55b..8f52d9e 100644 --- a/database/postgres/where.go +++ b/database/postgres/where.go @@ -5,8 +5,8 @@ import ( "fmt" "strings" - "github.com/ewhal/nyaa/common" - "github.com/ewhal/nyaa/model" + "github.com/NyaaPantsu/nyaa/common" + "github.com/NyaaPantsu/nyaa/model" ) // build sql query from SearchParam for torrent search |