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