From 269c4ee8ddb9f9f93d31342ec5306174d2ba4ffd Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 25 Dec 2018 20:05:50 -0500 Subject: textproto: Update package doc comment in light of types.go being in the root --- textproto/doc.go | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/textproto/doc.go b/textproto/doc.go index 82154a1..5f195bc 100644 --- a/textproto/doc.go +++ b/textproto/doc.go @@ -16,9 +16,7 @@ // Package textproto implements low-level details of the fast-import // format. // -// This package deals with parsing and marshalling idiosyncratic -// datatypes used by the format (Ident tuples, 18-bit Mode numbers, -// oddly-quoted Path strings), and abstracting over special-case -// commands that break the "line-based" nature of the format (the -// "data" command, responses to the "cat-blob" command). +// This package deals with abstracting over special-case commands that +// break the "line-based" nature of the format (the "data" command, +// responses to the "cat-blob" command). package textproto -- cgit v1.2.3