Codebase list golang-github-moby-term / 21c2d5e
Merge pull request #6 from thaJeztah/remove_import_comments remove "import" comments Brian Goff authored 4 years ago GitHub committed 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