aboutsummaryrefslogtreecommitdiffhomepage
path: root/model/job.go
diff options
context:
space:
mode:
Diffstat (limited to 'model/job.go')
-rw-r--r--model/job.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/model/job.go b/model/job.go
index 9f9167b..7a42437 100644
--- a/model/job.go
+++ b/model/job.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
+package model // import "miniflux.app/model"
// Job represents a payload sent to the processing queue.
type Job struct {