1 2 3 4 5 6 7
// +build !linux package images func setupPipe() (string, func() <-chan error, error) { return "/dev/stdout", nil, nil }