mirror of
https://github.com/minio/minio.git
synced 2025-11-20 09:56:07 -05:00
A better way to print prettified json syntax error msg
This commit is contained in:
committed by
Harshavardhana
parent
db293aedb7
commit
b5ea05d839
14
vendor/github.com/olekukonko/ts/ts_other.go
generated
vendored
Normal file
14
vendor/github.com/olekukonko/ts/ts_other.go
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
// +build !windows,!darwin,!freebsd,!netbsd,!openbsd,!linux
|
||||
|
||||
// Copyright 2014 Oleku Konko All rights reserved.
|
||||
// Use of this source code is governed by a MIT
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// This module is a Terminal API for the Go Programming Language.
|
||||
// The protocols were written in pure Go and works on windows and unix systems
|
||||
|
||||
package ts
|
||||
|
||||
const (
|
||||
TIOCGWINSZ = 0
|
||||
)
|
||||
Reference in New Issue
Block a user