diff options
Diffstat (limited to 'vendor/github.com/juju/ansiterm/doc.go')
-rw-r--r-- | vendor/github.com/juju/ansiterm/doc.go | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vendor/github.com/juju/ansiterm/doc.go b/vendor/github.com/juju/ansiterm/doc.go new file mode 100644 index 000000000..782700779 --- /dev/null +++ b/vendor/github.com/juju/ansiterm/doc.go @@ -0,0 +1,6 @@ +// Copyright 2016 Canonical Ltd. +// Licensed under the LGPLv3, see LICENCE file for details. + +// Package ansiterm provides a Writer that writes out the ANSI escape +// codes for color and styles. +package ansiterm |