Documentation
¶
Overview ¶
The tamago command downloads, compiles, and runs the go command from the TamaGo Go distribution matching the tamago module version.
Add github.com/usbarmory/tamago to go.mod, and then either use
go run github.com/usbarmory/tamago/cmd/tamago
as the go command, or add a line like
tool github.com/usbarmory/tamago/cmd/tamago
to go.mod and use "go tool tamago" as the go command.
Click to show internal directories.
Click to hide internal directories.