Vendorized libs

This commit is contained in:
David Högborg
2016-05-12 17:35:15 +02:00
parent bdc9dac911
commit fcd62b3760
68 changed files with 11810 additions and 6 deletions

12
vendor/github.com/Sirupsen/logrus/terminal_darwin.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.TIOCGETA
type Termios syscall.Termios