diff options
Diffstat (limited to 'nexgb/damage')
-rw-r--r-- | nexgb/damage/damage.go | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/nexgb/damage/damage.go b/nexgb/damage/damage.go index 72e0f3d..0ab7668 100644 --- a/nexgb/damage/damage.go +++ b/nexgb/damage/damage.go @@ -1,10 +1,7 @@ // Package damage is the X client API for the DAMAGE extension. package damage -/* - This file was generated by damage.xml on Aug 11 2013 8:39:43pm EDT. - This file is automatically generated. Edit at your peril! -*/ +// This file is automatically generated from damage.xml. Edit at your peril! import ( "github.com/BurntSushi/xgb" |