diff options
| author | Andrew Gallant (Ocelot) <[email protected]> | 2012-05-10 20:06:22 -0400 |
|---|---|---|
| committer | Andrew Gallant (Ocelot) <[email protected]> | 2012-05-10 20:06:22 -0400 |
| commit | 3db12a4549548416b141b2b29de42137a5b39aad (patch) | |
| tree | 393c25ed6fae2fc678094035102f05738b0d3451 /composite/composite.go | |
| parent | b618b2ea09167306cfe29b6966faf184bc893c2d (diff) | |
adding package header comments
Diffstat (limited to 'composite/composite.go')
| -rw-r--r-- | composite/composite.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/composite/composite.go b/composite/composite.go index 266c087..5a3d7c4 100644 --- a/composite/composite.go +++ b/composite/composite.go @@ -1,7 +1,8 @@ +// Package composite is the X client API for the Composite extension. package composite /* - This file was generated by composite.xml on May 10 2012 4:20:27pm EDT. + This file was generated by composite.xml on May 10 2012 8:04:31pm EDT. This file is automatically generated. Edit at your peril! */ |
