Skip to content

Commit fdc9298

Browse files
committed
add comment
1 parent 883e7f0 commit fdc9298

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ type SerialMonitor struct {
5151
openedPort bool
5252
}
5353

54+
// NewSerialMonitor will initialize and return a SerialMonitor
5455
func NewSerialMonitor() *SerialMonitor {
5556
return &SerialMonitor{
5657
serialSettings: &monitor.PortDescriptor{

0 commit comments

Comments
 (0)