Codebase list golang-github-moby-term / 5cca51c
remove "import" comments These comments were originally in place for the moby/moby repository, which should be imported as docker/docker. That's not an issue in this repository, so we can remove these import comments. Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Sebastiaan van Stijn 4 years ago
4 changed file(s) with 4 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
00 // +build windows
11
2 package windowsconsole // import "github.com/moby/term/windows"
2 package windowsconsole
33
44 import (
55 "bytes"
00 // +build windows
11
2 package windowsconsole // import "github.com/moby/term/windows"
2 package windowsconsole
33
44 import (
55 "io"
00 // +build windows
11
2 package windowsconsole // import "github.com/moby/term/windows"
2 package windowsconsole
33
44 import (
55 "os"
11 // When asked for the set of standard streams (e.g., stdin, stdout, stderr), the code will create
22 // and return pseudo-streams that convert ANSI sequences to / from Windows Console API calls.
33
4 package windowsconsole // import "github.com/moby/term/windows"
4 package windowsconsole