diff options
| author | Andrew Gallant (Ocelot) <[email protected]> | 2012-04-30 02:40:55 -0400 |
|---|---|---|
| committer | Andrew Gallant (Ocelot) <[email protected]> | 2012-04-30 02:40:55 -0400 |
| commit | 91ec0c014823a869775575879de1f5585523fc39 (patch) | |
| tree | fc768a53ff2bbe0bc2aaee737dd14f3e30bd1d6f /xgbgen/main.go | |
| parent | f8f11e1419e4cf86189ccb9964b8235cef90eb4f (diff) | |
complete and total overhaul like i promised. things are much easier to reason about. still not working yet though.
Diffstat (limited to 'xgbgen/main.go')
| -rw-r--r-- | xgbgen/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xgbgen/main.go b/xgbgen/main.go index c69c8aa..33f7971 100644 --- a/xgbgen/main.go +++ b/xgbgen/main.go @@ -47,7 +47,7 @@ func main() { // Initialize the buffer, parse it, and filter it through gofmt. c := newContext() - c.Translate(xmlBytes) + c.Morph(xmlBytes) if !*gofmt { c.out.WriteTo(os.Stdout) |
