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