Merge pull request 'Update package name' (#2) from enhance/package/name into staging
All checks were successful
Lint and Test / lint (push) Successful in 10m18s
Lint and Test / test (push) Successful in 10m5s

Reviewed-on: #2
This commit is contained in:
Euphoria Laxis 2024-10-22 16:16:06 +02:00
commit e62b6f0a86
2 changed files with 2 additions and 2 deletions

2
go.mod
View File

@ -1,4 +1,4 @@
module github.com/plutov/paypal/v4
module euphoria-laxis.fr/go-packages/paypale/v4
go 1.23

View File

@ -5,7 +5,7 @@ import (
"encoding/json"
"testing"
"github.com/plutov/paypal/v4"
"euphoria-laxis.fr/go-packages/paypale/v4"
"github.com/stretchr/testify/assert"
)