milkpirate
milkpirate
As requested per https://github.com/tinygo-org/tinygo/pull/4660#pullrequestreview-2538408575 ## What I did ### SPI - Create SPIMode type - Make SPI implement io.Reader, io.Writer - Update formatting to align with other switch-cases - Update...
I have `struct`s similar to: ```golang type Foo struct { Bar string `fig:"bar"` } type Config struct { *Foo Baz string `fig:"baz"` } ``` And a config file like so:...
Hey @moul had another try to fix the exec hook for windows and git bash. Now seems to work, at least for me. Linting does not seem to work, please...