diff options
author | Frédéric Guillot <fred@miniflux.net> | 2018-10-14 22:23:46 -0700 |
---|---|---|
committer | Frédéric Guillot <fred@miniflux.net> | 2018-10-14 22:23:46 -0700 |
commit | 234b3710d4d3bc3b5cb5e56feaf74ceabfb9ef41 (patch) | |
tree | 83abadd6aadaa0b257df43c406fdb1bb9377ad54 /model | |
parent | 778346b0b04bc52c89529668b37c1086bebe1674 (diff) |
Fix golint import in travis.yml
Diffstat (limited to 'model')
-rw-r--r-- | model/feed_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/model/feed_test.go b/model/feed_test.go index 3ca81b4..8cbb00b 100644 --- a/model/feed_test.go +++ b/model/feed_test.go @@ -2,7 +2,7 @@ // Use of this source code is governed by the Apache 2.0 // license that can be found in the LICENSE file. -package model // import "miniflux.app/reader/model" +package model // import "miniflux.app/model" import ( "testing" |