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