Style fixes [no ci]

This commit is contained in:
Andrey Smirnov
2014-02-18 01:00:49 +04:00
parent e51f226cdc
commit 19af0547e8
5 changed files with 7 additions and 3 deletions
+3
View File
@@ -2,6 +2,9 @@
package utils
// RunningOnTerminal checks whether stdout is terminal
//
// Stub for FreeBSD, until in go1.3 terminal.IsTerminal would start working for FreeBSD
func RunningOnTerminal() bool {
return false
}