polygon-io / client-go

The official Go client library for the Polygon REST and WebSocket API.
MIT License
127 stars 36 forks source link

nit: outdated tutorial #418

Closed rrshaban closed 2 months ago

rrshaban commented 2 months ago

Describe the bug https://polygon.io/blog/go-stock-market-data

go get github.com/polygon-io/client-go

running that command today delivers

    'go get' is no longer supported outside a module.
    To build and install a command, use 'go install' with a version,
    like 'go install example.com/cmd@latest'
    For more information, see https://golang.org/doc/go-get-install-deprecation
    or run 'go help get' or 'go help install'.

may be replaced with

go install github.com/polygon-io/client-go@latest
justinpolygon commented 2 months ago

Hey @rrshaban, yeah I'll fix that. Thanks for pointing it out!

justinpolygon commented 2 months ago

Fixed -- thanks for reporting. Deploying is going out now.