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