Skip to content

Commit 2693f0f

Browse files
committed
Minor update
1 parent fd9fc01 commit 2693f0f

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ go get golang.org/x/net/context
2222
Put the package under your project folder and add the following in import:
2323

2424
```go
25-
import openapi "github.com/GIT_USER_ID/GIT_REPO_ID"
25+
import openapi "github.com/Password-Management/API-Client"
2626
```
2727

2828
To use a proxy, set the environment variable `HTTP_PROXY`:

docs/CustomerAPI.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424
"context"
2525
"fmt"
2626
"os"
27-
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
27+
openapiclient "github.com/Password-Management/API-Client"
2828
)
2929

3030
func main() {
@@ -88,7 +88,7 @@ import (
8888
"context"
8989
"fmt"
9090
"os"
91-
openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID"
91+
openapiclient "github.com/Password-Management/API-Client"
9292
)
9393

9494
func main() {

go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
module github.com/GIT_USER_ID/GIT_REPO_ID
1+
module github.com/Password-Management/API-Client
22

33
go 1.18
44

55
require (
6-
github.com/Password-Management/API-Client v0.0.0-20241217112055-fc9aa2c4a472
76
github.com/stretchr/testify v1.10.0
87
)
98

test/api_customer_test.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)