Changes
- Use
fmt.Fprintf
vsc.WriteString(fmt.Sprintf(...))
- Use
...any
vs...interface{}
- Make the serial port a command line flag for the Justfile's example app.
- Remove superfluous code that was used for debugging.
- Fix lint errors.
Full Changelog: v0.6.0...v0.7.0