Remove vendor directory and add it to the ignore list

This commit is contained in:
Rob Parker
2017-09-11 15:15:30 +01:00
parent 32ad4ed75f
commit 308e458c72
647 changed files with 1 additions and 214879 deletions

View File

@@ -1,14 +0,0 @@
// 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