OSDN Git Service

modify ci
[bytom/vapor.git] / vendor / github.com / go-kit / kit / log / term / colorwriter_others.go
diff --git a/vendor/github.com/go-kit/kit/log/term/colorwriter_others.go b/vendor/github.com/go-kit/kit/log/term/colorwriter_others.go
deleted file mode 100644 (file)
index cc57102..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-// +build !windows
-
-package term
-
-import "io"
-
-// NewColorWriter returns an io.Writer that writes to w and provides cross
-// platform support for ANSI color codes. If w is not a terminal it is
-// returned unmodified.
-func NewColorWriter(w io.Writer) io.Writer {
-       return w
-}