Skip to content

Commit b15a4f8

Browse files
committed
Fix go vet warning
Fix the following warning issued by 'go vet' by adding a blank line after the build clause: console_linux.go:1: +build comment must appear before package clause and be followed by a blank line Signed-off-by: Tobias Klauser <[email protected]>
1 parent 7fed77e commit b15a4f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

console_linux.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// +build linux
2+
23
package console
34

45
import (

0 commit comments

Comments
 (0)