Fix golint and godeps verification

This commit is contained in:
Dmitry Shulyak
2017-05-08 14:57:58 +03:00
parent 8574bc564f
commit c0a3e9ad13
3 changed files with 3 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ limitations under the License.
package term
import (
"k8s.io/kubernetes/pkg/client/unversioned/remotecommand"
"k8s.io/client-go/tools/remotecommand"
)
func SetSize(fd uintptr, size remotecommand.TerminalSize) error {