Skip to content

v0.7.0

Latest
Compare
Choose a tag to compare
@matthewrankin matthewrankin released this 11 Apr 19:05
· 3 commits to master since this release

Changes

  • Use fmt.Fprintf vs c.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