Updated docs for USB

This commit is contained in:
Cristian Maglie
2017-02-04 00:53:51 +01:00
parent fbd0f9fb33
commit 11d1e54246
2 changed files with 22 additions and 1 deletions

2
doc.go
View File

@@ -84,7 +84,7 @@ cable or a microcontroller development board) is possible to retrieve
the USB metadata, like VID/PID or USB Serial Number, with the
GetDetailedPortsList function in the enumerator package:
import "go.bug.st/serial.v1/enumerator"
import "go.bug.st/serial.v1/enumerator"
ports, err := enumerator.GetDetailedPortsList()
if err != nil {