Skip to content

Commit

Permalink
Merge pull request #303 from VictorAvelar/feat/relocate-pagination-pa…
Browse files Browse the repository at this point in the history
…ckage
  • Loading branch information
VictorAvelar authored Oct 22, 2023
2 parents c0e6333 + 577117d commit 6828f17
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ update-docs:
sub-pkg-docs:
@godocdown ./mollie/connect > docs/connect/README.md
@godocdown ./pkg/idempotency > docs/pkg/idempotency/README.md
@godocdown ./mollie/tools/pagination > docs/tools/pagination/README.md
@godocdown ./pkg/pagination > docs/pkg/pagination/README.md
.PHONY: sub-pkg-docs
2 changes: 1 addition & 1 deletion docs/pkg/idempotency/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# idempotency

--
import "github.com/VictorAvelar/mollie-api-go/v4/mollie/tools/idempotency"
import "github.com/VictorAvelar/mollie-api-go/v4/pkg/idempotency"

package idempotency contains the services in charge of generating a unique keys
to be passed in POST requests to ensure operation uniqueness.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# pagination

--
import "github.com/VictorAvelar/mollie-api-go/v4/mollie/tools/pagination"
import "github.com/VictorAvelar/mollie-api-go/v4/pkg/pagination"

Package pagination provides utilities to handle pagination in API responses.

Expand Down
9 changes: 0 additions & 9 deletions docs/tools/README.md

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 6828f17

Please sign in to comment.