This release adds documentation for the tamago command which downloads, compiles, and runs the go command from the TamaGo distribution matching the tamago module version from the application go.mod.
Applications can now add github.com/usbarmory/tamago to go.mod, and then replace the go command with:
go run github.com/usbarmory/tamago/cmd/tamagoor add the following line to go.mod go use go tool tamago as go command:
tool github.com/usbarmory/tamago/cmd/tamago
Major changes for tamago package API:
- riscv64:
(*CPU).Featuresnew function for extension fields reporting (e0ce8ce) - README: add documentation for go tool support (cb005ad)
Major changes for tamago package internals:
- soc/sifive/physicalfilter: fix API misalignment (c12e613)
- soc/bcm2835: fix API misalignment (1f408d5)
Full Changelog: v1.26.0...v1.26.1
This release requires GOOS=tamago support in the Go distribution with tamago-go1.26.1 or later releases.