From 9dc38a0803ba8b5a7d0cfe023b21ee2ea2aff88a Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Mon, 8 Oct 2018 17:24:47 -0700 Subject: Add missing package descriptions for GoDoc --- integration/instapaper/doc.go | 10 ++++++++++ integration/nunuxkeeper/doc.go | 10 ++++++++++ integration/pinboard/doc.go | 10 ++++++++++ integration/pocket/doc.go | 10 ++++++++++ integration/wallabag/doc.go | 10 ++++++++++ 5 files changed, 50 insertions(+) create mode 100644 integration/instapaper/doc.go create mode 100644 integration/nunuxkeeper/doc.go create mode 100644 integration/pinboard/doc.go create mode 100644 integration/pocket/doc.go create mode 100644 integration/wallabag/doc.go (limited to 'integration') 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" -- cgit v1.2.3