field.go | 2 +- r.go | 1 - w.go | 1 - diff --git a/field.go b/field.go index 908ab38868de33247592652655d7a1bb638a0249a1d7e920e7c350ba9b662952..a052e80b02a1a1f6b7d76f140f709ba6206df143364bb7db14875d11513e9334 100644 --- a/field.go +++ b/field.go @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -// GNU recutils'es recfiles parser on pure Go +// GNU recutils'es recfiles parser/writer on pure Go package recfile type Field struct { diff --git a/r.go b/r.go index 6b326665e6df6cfc974240b06489e7f4c37647b971f3ec2a3e95e8a5eacd1d90..e61da515def14bf7c2e5f0ef4223d63e6b31492448f3f58cfc90584e6508b229 100644 --- a/r.go +++ b/r.go @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -// GNU recutils'es recfiles parser on pure Go package recfile import ( diff --git a/w.go b/w.go index fba2dbdc63773a59bfad2266d9c07ced3221d4e0bfada8530c1b79fe8f719eb7..7203cb77caae71cd703d074de7019070b6de60ed74e748eb419af781ca8281b8 100644 --- a/w.go +++ b/w.go @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -// GNU recutils'es recfiles parser on pure Go package recfile import (