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