outline-sdk icon indicating copy to clipboard operation
outline-sdk copied to clipboard

Example in Readme is wrong

Open ProfaneServitor opened this issue 6 months ago • 1 comments

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'

ProfaneServitor avatar Aug 31 '24 16:08 ProfaneServitor