vugu / vugu

Vugu: A modern UI library for Go+WebAssembly (experimental)
https://www.vugu.org
MIT License
4.8k stars 175 forks source link

Correct the vugufmt test failure #262

Closed owenwaller closed 6 months ago

owenwaller commented 6 months ago

Correct the vugufmt test failure by correcting the doc.go file to add an additional space to the comment. The test failure was in TestGoFmtNoError

This fix is also part of PR261. This commit breaks the fix out.