1
0
mirror of https://github.com/golang/go synced 2024-09-30 06:04:30 -06:00
go/misc/cgo/stdio
Shenghou Ma 674bbafce6 misc/cgo/stdio: make it work on Windows and also test it
use a function to get stdout and stderr, instead of depending
on a specific libc implementation.
also make test/run.go replace \r\n by \n before comparing
output.

        Fixes #2121.
        Part of issue 1741.

R=alex.brainman, rsc, r, remyoudompheng
CC=golang-dev
https://golang.org/cl/5847068
2012-09-20 00:27:23 +08:00
..
chain.go
chain.out
fib.go
fib.out
file.go
hello.go
hello.out
run.out
stdio.go