EventStore / documentation

Next-gen documentation website
https://developers.eventstore.com/
10 stars 17 forks source link

Fix command to install go client dependency #691

Closed rmfaheem closed 2 months ago

rmfaheem commented 2 months ago

The Go command used to install the Go client in https://developers.eventstore.com/clients/grpc/#required-packages

This PR fixes both of the above.

Before:

$ go get github.com/EventStore/EventStore-Client-Go/v3.2.0/esdb

go: module github.com/EventStore/EventStore-Client-Go@upgrade found (v1.0.2), but does not contain package github.com/EventStore/EventStore-Client-Go/v3.2.0/esdb

After:

$ go get github.com/EventStore/EventStore-Client-Go/v4         

go: downloading github.com/EventStore/EventStore-Client-Go/v4 v4.1.0
go: added github.com/EventStore/EventStore-Client-Go/v4 v4.1.0
cloudflare-workers-and-pages[bot] commented 2 months ago

Deploying documentation with  Cloudflare Pages  Cloudflare Pages

Latest commit: 5e302d1
Status: ✅  Deploy successful!
Preview URL: https://9db23a6f.documentation-21k.pages.dev
Branch Preview URL: https://faheem-go-client-version-fix.documentation-21k.pages.dev

View logs