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