From 88188862917fb5f831158bf4a8ce30b62f87e370 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sat, 23 Jan 2021 22:12:12 +0300 Subject: [PATCH] Remove unnecessary docstrings --- field.go | 2 +- r.go | 1 - w.go | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/field.go b/field.go index b96275d..5efcf21 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 6ffa1cc..33f3fb9 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 7d82d48..63baaed 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 ( -- 2.44.0