Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 733 Bytes

README_TEST.md

File metadata and controls

19 lines (16 loc) · 733 Bytes

DEV

Test

go test ./src/test/

Get the latest D8X Go SDK

See how-to-use-a-private-go-module, or stackoverflow, in particular, set the "instead of credentials" in ~/.gitconfig by adding the following line:

[url "https://YOURUSERNAME:YOURTOKEN@github.com/"]
        insteadOf = https://github.com/

and set the environment variable

export GOPRIVATE=github.com/D8-X/d8x-futures-go-sdk/

Then you can upgrade via go get github.com/D8-X/d8x-futures-go-sdk@latest