mirror of
https://github.com/miniflux/v2.git
synced 2025-09-15 18:57:04 +00:00
Rename Miniflux package name to follow Go module naming convention
For reference: https://go.dev/ref/mod#major-version-suffixes
This commit is contained in:
parent
c980dfe434
commit
c234903255
315 changed files with 1134 additions and 1134 deletions
|
@ -3,13 +3,13 @@
|
|||
|
||||
// Readwise Reader API documentation: https://readwise.io/reader_api
|
||||
|
||||
package readwise // import "miniflux.app/integration/readwise"
|
||||
package readwise // import "miniflux.app/v2/integration/readwise"
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"net/url"
|
||||
|
||||
"miniflux.app/http/client"
|
||||
"miniflux.app/v2/http/client"
|
||||
)
|
||||
|
||||
// Document structure of a Readwise Reader document
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue