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