From b2a5d5aa5ad185afa15b4f2fbb144093fe88fd64 Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Wed, 28 Feb 2018 17:02:49 -0500 Subject: Remove unused vendor github.com/containerd/console Signed-off-by: Matthew Heon Closes: #425 Approved by: rhatdan --- vendor/github.com/containerd/console/README.md | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 vendor/github.com/containerd/console/README.md (limited to 'vendor/github.com/containerd/console/README.md') diff --git a/vendor/github.com/containerd/console/README.md b/vendor/github.com/containerd/console/README.md deleted file mode 100644 index 4c56d9d13..000000000 --- a/vendor/github.com/containerd/console/README.md +++ /dev/null @@ -1,17 +0,0 @@ -# console - -[![Build Status](https://travis-ci.org/containerd/console.svg?branch=master)](https://travis-ci.org/containerd/console) - -Golang package for dealing with consoles. Light on deps and a simple API. - -## Modifying the current process - -```go -current := console.Current() -defer current.Reset() - -if err := current.SetRaw(); err != nil { -} -ws, err := current.Size() -current.Resize(ws) -``` -- cgit v1.2.3-54-g00ecf