diff options
| author | Adam Langley <agl@golang.org> | 2011-01-08 10:29:37 -0500 |
|---|---|---|
| committer | Adam Langley <agl@golang.org> | 2011-01-08 10:29:37 -0500 |
| commit | 66a45b486b21f367e506bc7ef1b995a7649ab899 (patch) | |
| tree | 0b2632601a0865760b73e20092a848e87d52af48 /src/pkg/Makefile | |
| parent | 4ed17ceacefb79a9183faa2b8077a69374cfae3e (diff) | |
| download | go-66a45b486b21f367e506bc7ef1b995a7649ab899.tar.xz | |
encoding/line: add
I needed a way to read lines without worrying about \n and \r\n.
R=r, rsc
CC=golang-dev
https://golang.org/cl/2859041
Diffstat (limited to 'src/pkg/Makefile')
| -rw-r--r-- | src/pkg/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pkg/Makefile b/src/pkg/Makefile index 9f449d1258..7582aba3de 100644 --- a/src/pkg/Makefile +++ b/src/pkg/Makefile @@ -61,6 +61,7 @@ DIRS=\ encoding/binary\ encoding/git85\ encoding/hex\ + encoding/line\ encoding/pem\ exec\ exp/datafmt\ |
