summaryrefslogtreecommitdiff
path: root/xgbgen/main.go
diff options
context:
space:
mode:
authorAndrew Gallant (Ocelot) <[email protected]>2012-04-29 03:38:29 -0400
committerAndrew Gallant (Ocelot) <[email protected]>2012-04-29 03:38:29 -0400
commiteb4f8cde88068649a60c494168490cb66335944c (patch)
tree128604288a938c8465c4ba8f49bbf2aabdb7c2f5 /xgbgen/main.go
parent7d160ecc2dc688f032ef9e53a8a529821f445df9 (diff)
progress. still not working. this is incredibly difficult.
Diffstat (limited to 'xgbgen/main.go')
-rw-r--r--xgbgen/main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/xgbgen/main.go b/xgbgen/main.go
index 69579a4..c69c8aa 100644
--- a/xgbgen/main.go
+++ b/xgbgen/main.go
@@ -55,6 +55,7 @@ func main() {
cmdGofmt := exec.Command("gofmt")
cmdGofmt.Stdin = c.out
cmdGofmt.Stdout = os.Stdout
+ cmdGofmt.Stderr = os.Stderr
err = cmdGofmt.Run()
if err != nil {
log.Fatal(err)