A better way to print prettified json syntax error msg

This commit is contained in:
Anis ELLEUCH
2015-09-29 23:11:46 +01:00
committed by Harshavardhana
parent db293aedb7
commit b5ea05d839
14 changed files with 432 additions and 2 deletions

14
vendor/github.com/olekukonko/ts/ts_other.go generated vendored Normal file
View 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
)