Browse Source

Fix windows tag in pkg/term

Signed-off-by: Alexander Morozov <lk4d4@docker.com>
Alexander Morozov 10 years ago
parent
commit
7b3492df0c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      pkg/term/term_windows.go

+ 1 - 0
pkg/term/term_windows.go

@@ -1,4 +1,5 @@
 // +build windows
 // +build windows
+
 package term
 package term
 
 
 import (
 import (