diff options
author | Adam Mathes <adam@trenchant.org> | 2017-02-02 20:06:02 -0800 |
---|---|---|
committer | Adam Mathes <adam@trenchant.org> | 2017-02-02 20:06:02 -0800 |
commit | c69a3c0fa59990ee4a4149478107b3faa7a1774e (patch) | |
tree | 34f7c293a16e08b0ddbefcad50695bc253fa0ddb | |
parent | 1f4deeccf5372794903774e7a28370308ace7509 (diff) | |
download | neko-c69a3c0fa59990ee4a4149478107b3faa7a1774e.tar.gz neko-c69a3c0fa59990ee4a4149478107b3faa7a1774e.tar.bz2 neko-c69a3c0fa59990ee4a4149478107b3faa7a1774e.zip |
fix the right util.go
-rw-r--r-- | util/util.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/util.go b/util/util.go index ca12fdb..e559fa3 100644 --- a/util/util.go +++ b/util/util.go @@ -1,8 +1,8 @@ package util import ( - "neko/config" - "neko/models" + "github.com/adammathes/neko/config" + "github.com/adammathes/neko/models" "os" ) |