lowercase sirupsen back

This commit is contained in:
Travis Reeder
2017-08-23 21:39:22 -07:00
parent 7c82a1260c
commit d2bbb94bc8
31 changed files with 3567 additions and 0 deletions

14
vendor/github.com/sirupsen/logrus/terminal_linux.go generated vendored Normal file
View File

@@ -0,0 +1,14 @@
// 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.
// +build !appengine
package logrus
import "golang.org/x/sys/unix"
const ioctlReadTermios = unix.TCGETS
type Termios unix.Termios