tinygo-org / tinyfont

Text library for TinyGo displays
https://tinygo.org
BSD 3-Clause "New" or "Revised" License
49 stars 12 forks source link

Reformat examples #4

Closed deadprogram closed 4 years ago

deadprogram commented 4 years ago

This PR runs go fmt on the examples in the repo.

conejoninja commented 4 years ago

Thanks, merging.

quick note: I use goimports that it's supposed to do everything gofmt does + fix the imports, but sometimes it messes up the order or add empty lines among them.