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 /model/comment.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 'model/comment.go')
-rw-r--r-- | model/comment.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/model/comment.go b/model/comment.go index fa57e53..22d9766 100644 --- a/model/comment.go +++ b/model/comment.go @@ -1,7 +1,7 @@ package model import ( - "github.com/ewhal/nyaa/config" + "github.com/NyaaPantsu/nyaa/config" "time" ) |