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