Skip to content

Commit c8e82ce

Browse files
author
Invoicetronic bot
committed
Publish SDKs for tag v1.0.0
1 parent 7df49cb commit c8e82ce

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

README.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,8 @@ For more information, please visit [https://invoicetronic.com](https://invoicetr
2020

2121
Install the following dependencies:
2222

23-
```sh
24-
go get github.com/stretchr/testify/assert
25-
go get golang.org/x/net/context
2623
```
27-
28-
Put the package under your project folder and add the following in import:
29-
30-
```go
31-
import invoicetronicsdk "github.com/invoicetronic/go-sdk"
32-
```
33-
34-
To use a proxy, set the environment variable `HTTP_PROXY`:
35-
36-
```go
37-
os.Setenv("HTTP_PROXY", "http://proxy_name:proxy_port")
24+
go get github.com/invoicetronic/go-sdk
3825
```
3926

4027
## Documentation for API Endpoints

0 commit comments

Comments
 (0)