From d3554df8c4e158244b93c3f9b6d470712f91ee43 Mon Sep 17 00:00:00 2001 From: John Howard Date: Thu, 15 Sep 2016 12:26:18 -0700 Subject: [PATCH] ConsoleSize --> uint Signed-off-by: John Howard --- interface.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface.go b/interface.go index 43bc57bc2a..bb6d59789c 100644 --- a/interface.go +++ b/interface.go @@ -16,7 +16,7 @@ type ProcessConfig struct { CreateStdInPipe bool CreateStdOutPipe bool CreateStdErrPipe bool - ConsoleSize [2]int + ConsoleSize [2]uint } type Layer struct {