diff options
| author | Andrew Gallant (Ocelot) <[email protected]> | 2012-05-07 04:09:19 -0400 |
|---|---|---|
| committer | Andrew Gallant (Ocelot) <[email protected]> | 2012-05-07 04:09:19 -0400 |
| commit | 8bcecd8ab592e67ade9cd728503581d5a84ca583 (patch) | |
| tree | 4d550a9ca8b2b19af6d66b99233e0ecde4543df9 /xgbgen/context.go | |
| parent | be6362d05c9563b8085eba2b990a145101e9c99f (diff) | |
lots of docs and examples
Diffstat (limited to 'xgbgen/context.go')
| -rw-r--r-- | xgbgen/context.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xgbgen/context.go b/xgbgen/context.go index 35dd37e..f1762d3 100644 --- a/xgbgen/context.go +++ b/xgbgen/context.go @@ -86,7 +86,7 @@ func (c *Context) Morph(xmlBytes []byte) { c.Putln("case err != nil:") c.Putln("return err") c.Putln("case !reply.Present:") - c.Putln("return newError(\"No extension named %s could be found on " + + c.Putln("return newError(\"No extension named %s could be found on "+ "on the server.\")", xname) c.Putln("}") c.Putln("") |
