mirror of
https://github.com/miniflux/v2.git
synced 2025-06-27 16:36:00 +00:00
Co-authored-by: Sebastian Kempken <sebastian@kempken.io> Co-authored-by: Gergan Penkov <gergan@gmail.com> Co-authored-by: Dave Marquard <dave@marquard.org> Co-authored-by: Moritz Fago <4459068+MoritzFago@users.noreply.github.com>
10 lines
295 B
Go
10 lines
295 B
Go
// 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 googlereader implements Google Reader API endpoints.
|
|
|
|
*/
|
|
package googlereader // import "miniflux.app/googlereader"
|