When doing go get tangled.sh/tangled.sh/core it will grab the latest tagged version (which at the moment is v1.0.9-alpha).
However I want to import the latest code on master, because I want the latest types from https://tangled.org/@tangled.org/core/tree/master/api/tangled
Normally I would do something like go get tangled.sh/tangled.sh/core@master but that seems to default to v1.0.9-alpha.
I also can't do go get tangled.sh/tangled.sh/core@ + the latest commit and returns the error
go: tangled.sh/tangled.sh/core@ff1acfb4ca7bcdf12b392d54c8a4fa8a6ceff493: unrecognized import path "tangled.sh/tangled.sh/core": parse https://tangled.sh/tangled.sh/core?go-get=1: no go-import meta tags (meta tag tangled.sh/tangled.org/core did not match import path tangled.sh/tangled.sh/core, meta tag tangled.org/tangled.org/core did not match import path tangled.sh/tangled.sh/core)
Not sure if this is a user error or something strange with importing code.
Ah, I think we should wholesale rename the Go module. We'll do this shortly!