You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ go get github.com/hatchet-dev/hatchet/pkg
go: module github.com/hatchet-dev/hatchet@upgrade found (v0.51.0), but does not contain package github.com/hatchet-dev/hatchet/pkg
**Installation**
Run the following to install the Hatchet Go SDK:
go get github.com/hatchet-dev/hatchet/pkg
and it isn't specific
$ go get github.com/hatchet-dev/hatchet/[email protected]
go: downloading github.com/hatchet-dev/hatchet v0.50.2
go: module github.com/hatchet-dev/[email protected] found, but does not contain package github.com/hatchet-dev/hatchet/pkg
$ go get github.com/hatchet-dev/hatchet/[email protected]
go: downloading github.com/hatchet-dev/hatchet v0.49.3
go: module github.com/hatchet-dev/[email protected] found, but does not contain package github.com/hatchet-dev/hatchet/pkg
The text was updated successfully, but these errors were encountered:
Hey @chadmiller-saq, apologies for the typo here - I believe the correct command is go get github.com/hatchet-dev/hatchet. I'm unsure of why we appended the /pkg here. We'll get the docs updated asap.
Using go 1.23.2.
https://docs.hatchet.run/sdks/go-sdk says
and it isn't specific
The text was updated successfully, but these errors were encountered: