diff options
Diffstat (limited to 'service/comment/comment.go')
-rw-r--r-- | service/comment/comment.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/service/comment/comment.go b/service/comment/comment.go index 2ac4f3d..5e2a556 100644 --- a/service/comment/comment.go +++ b/service/comment/comment.go @@ -1,9 +1,9 @@ package commentService import ( - "github.com/ewhal/nyaa/config" - "github.com/ewhal/nyaa/db" - "github.com/ewhal/nyaa/model" + "github.com/NyaaPantsu/nyaa/config" + "github.com/NyaaPantsu/nyaa/db" + "github.com/NyaaPantsu/nyaa/model" ) func GetAllComments(limit int, offset int, conditions string, values ...interface{}) ([]model.Comment, int) { |