go vendor

This commit is contained in:
lealife
2017-11-30 19:55:33 +08:00
parent 2856da6888
commit 0fb92efbf3
670 changed files with 199010 additions and 0 deletions

5
vendor/github.com/inconshreveable/log15/term/doc.go generated vendored Normal file
View File

@ -0,0 +1,5 @@
// Package term provides utilities for working with terminals.
//
// Deprecated: This package is no longer used by log15. Please use
// github.com/mattn/go-isatty instead.
package term