mikepb / go-serial

Go binding to libserialport for serial port functionality.
53 stars 28 forks source link

Fix README for non compiling sample #6

Closed fcarriedo closed 6 years ago

fcarriedo commented 6 years ago

When building the sample you get:

> ./main.go:19:5: c declared and not used

Fixed it to contain a fully working example.