bugst / go-serial

A cross-platform serial library for go-lang.
BSD 3-Clause "New" or "Revised" License
617 stars 188 forks source link

Go-format source code: fix warning #184

Closed deining closed 1 week ago

deining commented 3 months ago

When checking the project with Go Report card service there is a warning that the code is not 100% formatted to Go standard. This PR fixes this issue.

cmaglie commented 1 week ago

Thanks!