From 14313e47fb952403bd04c413cc36d33be25c0942 Mon Sep 17 00:00:00 2001 From: Cristian Maglie Date: Tue, 30 Dec 2014 20:41:33 +0100 Subject: [PATCH] Added canonical (vanity) imports --- serial.go | 2 +- serial_linux.go | 2 +- serial_windows.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/serial.go b/serial.go index 262af58..b939d0f 100644 --- a/serial.go +++ b/serial.go @@ -4,7 +4,7 @@ // license that can be found in the LICENSE file. // -package serial +package serial // import "go.bug.st/serial" import "io" diff --git a/serial_linux.go b/serial_linux.go index 1608ef7..4fb55bb 100644 --- a/serial_linux.go +++ b/serial_linux.go @@ -4,7 +4,7 @@ // license that can be found in the LICENSE file. // -package serial +package serial // import "go.bug.st/serial" import "io/ioutil" import "regexp" diff --git a/serial_windows.go b/serial_windows.go index 2651f90..b2d3919 100644 --- a/serial_windows.go +++ b/serial_windows.go @@ -4,7 +4,7 @@ // license that can be found in the LICENSE file. // -package serial +package serial // import "go.bug.st/serial" /*