outline-sdk
outline-sdk copied to clipboard
Example in Readme is wrong
Running
go run github.com/Jigsaw-Code/outline-sdk/x/examples/outline-cli@latest -transport "ss://<outline-server-access-key>"
Gives this error:
package github.com/Jigsaw-Code/outline-sdk/x/examples/outline-cli@latest: cannot use path@version syntax in GOPATH mode
Allowing it to run this syntax gives this error:
package github.com/Jigsaw-Code/outline-sdk/x/examples/outline-cli@latest: can only use path@version syntax with 'go get'