Update Repo Location
All checks were successful
Continuous Integration / CI (push) Successful in 1m25s
All checks were successful
Continuous Integration / CI (push) Successful in 1m25s
Update repo location for carpanet.net
This commit is contained in:
@@ -21,13 +21,13 @@ This project provides a Go wrapper for the Tastytrade Open API. It allows develo
|
||||
To install this project, you can use `go get`:
|
||||
|
||||
```bash
|
||||
go get github.com/optionsvamp/tastytrade
|
||||
go get sancus.carpanet.net/sjc/tastytrade
|
||||
```
|
||||
|
||||
Then, import it in your Go code:
|
||||
|
||||
```
|
||||
import "github.com/optionsvamp/tastytrade"
|
||||
import "sancus.carpanet.net/sjc/tastytrade"
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
Reference in New Issue
Block a user