Added canonical (vanity) imports

This commit is contained in:
Cristian Maglie
2014-12-30 20:41:33 +01:00
parent bf454eae31
commit 14313e47fb
3 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
// license that can be found in the LICENSE file. // license that can be found in the LICENSE file.
// //
package serial package serial // import "go.bug.st/serial"
import "io" import "io"

View File

@@ -4,7 +4,7 @@
// license that can be found in the LICENSE file. // license that can be found in the LICENSE file.
// //
package serial package serial // import "go.bug.st/serial"
import "io/ioutil" import "io/ioutil"
import "regexp" import "regexp"

View File

@@ -4,7 +4,7 @@
// license that can be found in the LICENSE file. // license that can be found in the LICENSE file.
// //
package serial package serial // import "go.bug.st/serial"
/* /*