Skip to content

Commit

Permalink
Merge pull request #300 from VictorAvelar/feat/relocate-idempotency-p…
Browse files Browse the repository at this point in the history
…ackage
  • Loading branch information
VictorAvelar committed Oct 22, 2023
2 parents 3781435 + 59aa1d2 commit 7be1450
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 9 deletions.
5 changes: 2 additions & 3 deletions Makefile
Expand Up @@ -33,7 +33,7 @@ test: run
.PHONY: test

test-local:
@go test -v -failfast ./mollie/... -coverprofile cover.out
@go test -failfast ./... -coverprofile cover.out
.PHONY: test-local

coverage: test-local
Expand All @@ -55,7 +55,6 @@ update-docs:

sub-pkg-docs:
@godocdown ./mollie/connect > docs/connect/README.md
@godocdown ./mollie/tools > docs/tools/README.md
@godocdown ./mollie/tools/idempotency > docs/tools/idempotency/README.md
@godocdown ./pkg/idempotency > docs/pkg/idempotency/README.md
@godocdown ./mollie/tools/pagination > docs/tools/pagination/README.md
.PHONY: sub-pkg-docs
File renamed without changes.
2 changes: 1 addition & 1 deletion mollie/mollie.go
Expand Up @@ -14,7 +14,7 @@ import (
"runtime"
"strings"

"github.com/VictorAvelar/mollie-api-go/v4/mollie/tools/idempotency"
"github.com/VictorAvelar/mollie-api-go/v4/pkg/idempotency"
"github.com/google/go-querystring/query"
)

Expand Down
2 changes: 1 addition & 1 deletion mollie/mollie_test.go
Expand Up @@ -13,7 +13,7 @@ import (
"testing"
"time"

"github.com/VictorAvelar/mollie-api-go/v4/mollie/tools/idempotency"
"github.com/VictorAvelar/mollie-api-go/v4/pkg/idempotency"
"github.com/VictorAvelar/mollie-api-go/v4/testdata"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
Expand Down
4 changes: 0 additions & 4 deletions mollie/tools/doc.go

This file was deleted.

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

0 comments on commit 7be1450

Please sign in to comment.