From 8bc7a097c3aeddc1832d47cd74a9a365ab1f86ad Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Sun, 11 Aug 2013 20:45:36 -0400 Subject: Don't needlessly change source files every time. --- xfixes/xfixes.go | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'xfixes') diff --git a/xfixes/xfixes.go b/xfixes/xfixes.go index 76ffddf..94e96e1 100644 --- a/xfixes/xfixes.go +++ b/xfixes/xfixes.go @@ -1,10 +1,7 @@ // Package xfixes is the X client API for the XFIXES extension. package xfixes -/* - This file was generated by xfixes.xml on Aug 11 2013 8:39:44pm EDT. - This file is automatically generated. Edit at your peril! -*/ +// This file is automatically generated from xfixes.xml. Edit at your peril! import ( "github.com/BurntSushi/xgb" -- cgit v1.2.3