From: Sergey Matveev Date: Sat, 23 Jan 2021 19:12:12 +0000 (+0300) Subject: Remove unnecessary docstrings X-Git-Tag: v0.4.3^0 X-Git-Url: http://www.git.cypherpunks.ru/?p=gorecfile.git;a=commitdiff_plain;h=88188862917fb5f831158bf4a8ce30b62f87e370 Remove unnecessary docstrings --- 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 (