This release aligns the tamago library to the new runtime API introduced in tamago-go1.26.0.
This entails that the module repository root path must now be set to overlay this library goos package as overlay for runtime/goos:
GOOS=tamago GOOSPKG=github.com/usbarmory/tamago go build ...Major changes for tamago package API:
- bits:
bits.Get,bits.Get64renamed tobits.GetN,bits.GetN64(ab2cba2) - bits:
bits.IsSet,bits.IsSet64renamed tobits.Get,bits.Get64(ab2cba2)
Major changes for tamago package internals:
- all packages
runtimeoverlays have been migrated to tamago-go1.26.0runtime/goosones - cmd/tamago: new tool to install and run tamago-go at the right version (#64)
- internal/reg: consistency changes in API naming (ab2cba2)
Full Changelog: v1.25.7...v1.26.0
This release requires GOOS=tamago support in the Go distribution with tamago-go1.26.0 or later releases.