vendor package logrus

This commit is contained in:
Anand Babu (AB) Periasamy
2015-09-09 21:51:03 -07:00
parent 28641dc525
commit 93b406c986
23 changed files with 2373 additions and 0 deletions

12
vendor/github.com/Sirupsen/logrus/terminal_linux.go generated vendored Normal file
View File

@@ -0,0 +1,12 @@
// Based on ssh/terminal:
// Copyright 2013 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package logrus
import "syscall"
const ioctlReadTermios = syscall.TCGETS
type Termios syscall.Termios