aboutsummaryrefslogtreecommitdiffhomepage
path: root/integration
diff options
context:
space:
mode:
authorGravatar Frédéric Guillot <fred@miniflux.net>2018-10-08 17:24:47 -0700
committerGravatar Frédéric Guillot <fred@miniflux.net>2018-10-08 17:32:17 -0700
commit9dc38a0803ba8b5a7d0cfe023b21ee2ea2aff88a (patch)
tree57c7b1d7aeab6e71c80b04b6ce20943203d8a7be /integration
parent11dfcdd3d602f1a5e9a2cc87e0e296c6c5507ee8 (diff)
Add missing package descriptions for GoDoc
Diffstat (limited to 'integration')
-rw-r--r--integration/instapaper/doc.go10
-rw-r--r--integration/nunuxkeeper/doc.go10
-rw-r--r--integration/pinboard/doc.go10
-rw-r--r--integration/pocket/doc.go10
-rw-r--r--integration/wallabag/doc.go10
5 files changed, 50 insertions, 0 deletions
diff --git a/integration/instapaper/doc.go b/integration/instapaper/doc.go
new file mode 100644
index 0000000..d7c10e0
--- /dev/null
+++ b/integration/instapaper/doc.go
@@ -0,0 +1,10 @@
+// Copyright 2018 Frédéric Guillot. All rights reserved.
+// Use of this source code is governed by the Apache 2.0
+// license that can be found in the LICENSE file.
+
+/*
+
+Package instapaper provides an integration with Instapaper.
+
+*/
+package instapaper // import "miniflux.app/integration/instapaper"
diff --git a/integration/nunuxkeeper/doc.go b/integration/nunuxkeeper/doc.go
new file mode 100644
index 0000000..c697c70
--- /dev/null
+++ b/integration/nunuxkeeper/doc.go
@@ -0,0 +1,10 @@
+// Copyright 2018 Frédéric Guillot. All rights reserved.
+// Use of this source code is governed by the Apache 2.0
+// license that can be found in the LICENSE file.
+
+/*
+
+Package nunuxkeeper provides an integration with the Nunux Keeper application.
+
+*/
+package nunuxkeeper // import "miniflux.app/integration/nunuxkeeper"
diff --git a/integration/pinboard/doc.go b/integration/pinboard/doc.go
new file mode 100644
index 0000000..49197d2
--- /dev/null
+++ b/integration/pinboard/doc.go
@@ -0,0 +1,10 @@
+// Copyright 2018 Frédéric Guillot. All rights reserved.
+// Use of this source code is governed by the Apache 2.0
+// license that can be found in the LICENSE file.
+
+/*
+
+Package pinboard provides an integration with Pinboard.
+
+*/
+package pinboard // import "miniflux.app/integration/pinboard"
diff --git a/integration/pocket/doc.go b/integration/pocket/doc.go
new file mode 100644
index 0000000..d644d6f
--- /dev/null
+++ b/integration/pocket/doc.go
@@ -0,0 +1,10 @@
+// Copyright 2018 Frédéric Guillot. All rights reserved.
+// Use of this source code is governed by the Apache 2.0
+// license that can be found in the LICENSE file.
+
+/*
+
+Package pocket provides an integration with Pocket.
+
+*/
+package pocket // import "miniflux.app/integration/pocket"
diff --git a/integration/wallabag/doc.go b/integration/wallabag/doc.go
new file mode 100644
index 0000000..d2ada9a
--- /dev/null
+++ b/integration/wallabag/doc.go
@@ -0,0 +1,10 @@
+// Copyright 2018 Frédéric Guillot. All rights reserved.
+// Use of this source code is governed by the Apache 2.0
+// license that can be found in the LICENSE file.
+
+/*
+
+Package wallabag provides an integration with the Wallabag application.
+
+*/
+package wallabag // import "miniflux.app/integration/wallabag"