diff options
| author | Andrew Gallant (Ocelot) <[email protected]> | 2012-04-29 03:38:29 -0400 |
|---|---|---|
| committer | Andrew Gallant (Ocelot) <[email protected]> | 2012-04-29 03:38:29 -0400 |
| commit | eb4f8cde88068649a60c494168490cb66335944c (patch) | |
| tree | 128604288a938c8465c4ba8f49bbf2aabdb7c2f5 /xgbgen/main.go | |
| parent | 7d160ecc2dc688f032ef9e53a8a529821f445df9 (diff) | |
progress. still not working. this is incredibly difficult.
Diffstat (limited to 'xgbgen/main.go')
| -rw-r--r-- | xgbgen/main.go | 1 |
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) |
