bugst / go-serial

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

Go-format source code: fix warning #184

Closed deining closed 5 months ago

deining commented 8 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 5 months ago

Thanks!