diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2018-12-25 20:05:50 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2018-12-25 20:05:50 -0500 |
commit | 269c4ee8ddb9f9f93d31342ec5306174d2ba4ffd (patch) | |
tree | 524192d01df002a13566d31021301921786e9f4d /textproto | |
parent | de796fbcedd4edb3ea97b39d4fd05cbdcc168baa (diff) |
textproto: Update package doc comment in light of types.go being in the root
Diffstat (limited to 'textproto')
-rw-r--r-- | textproto/doc.go | 8 |
1 files 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 |