Skip to content

Commit fc9aa2c

Browse files
committed
Minor update
1 parent fc6012c commit fc9aa2c

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/GIT_USER_ID/GIT_REPO_ID
1+
module github.com/Password-Management/API-Client
22

33
go 1.18
44

test/api_customer_test.go

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)