1
0
mirror of https://github.com/minio/minio.git synced 2025-02-16 16:12:29 -05:00
Anand Babu (AB) Periasamy 93b406c986 vendor package logrus
2015-09-09 21:51:45 -07:00

13 lines
290 B
Go

// 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