]> Cypherpunks.ru repositories - gorecfile.git/commitdiff
Remove unnecessary docstrings v0.4.3
authorSergey Matveev <stargrave@stargrave.org>
Sat, 23 Jan 2021 19:12:12 +0000 (22:12 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sat, 23 Jan 2021 19:12:12 +0000 (22:12 +0300)
field.go
r.go
w.go

index b96275d2cc282641c004a8d502c786ca419379e3..5efcf215f3a1bfd06dc0c187acbab362f16f7ae9 100644 (file)
--- 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 <http://www.gnu.org/licenses/>.
 */
 
-// 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 6ffa1cc077ac6607d8c8ac2329237407a61d7441..33f3fb959e348bbc95410ce8221d89aba185fdf8 100644 (file)
--- 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 <http://www.gnu.org/licenses/>.
 */
 
-// GNU recutils'es recfiles parser on pure Go
 package recfile
 
 import (
diff --git a/w.go b/w.go
index 7d82d48f89e1f5f1ed8ece831d7765c6f3d3cff5..63baaedad6f3afa0606ae7a7a70fed136b308b6a 100644 (file)
--- 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 <http://www.gnu.org/licenses/>.
 */
 
-// GNU recutils'es recfiles parser on pure Go
 package recfile
 
 import (