Explorar o código

pkg/term/windows: add missing build-tag

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Sebastiaan van Stijn %!s(int64=6) %!d(string=hai) anos
pai
achega
739b7b44aa
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      pkg/term/windows/windows.go

+ 1 - 0
pkg/term/windows/windows.go

@@ -1,3 +1,4 @@
+// +build windows
 // These files implement ANSI-aware input and output streams for use by the Docker Windows client.
 // When asked for the set of standard streams (e.g., stdin, stdout, stderr), the code will create
 // and return pseudo-streams that convert ANSI sequences to / from Windows Console API calls.