]> Cypherpunks repositories - gostls13.git/commit
encoding/csv: update doc about comments whitespace
authorJess Frazelle <me@jessfraz.com>
Fri, 20 May 2016 21:35:28 +0000 (14:35 -0700)
committerIan Lance Taylor <iant@golang.org>
Fri, 10 Jun 2016 01:00:09 +0000 (01:00 +0000)
commit8042bfe347d5b2c4f6af372b09b23c8945fb196e
treed0c6d0cd29b8d1d5b59f4959e133e2c976ac6f28
parentcbc26869b7835e45359dad7dfb70e85c02c820cd
encoding/csv: update doc about comments whitespace

This patch updates the doc about comments whitespace for the
encoding/csv package to reflect that leading whitespace before
the hash will treat the line as not a comment.

Fixes #13775.

Change-Id: Ia468c75b242a487b4b2b4cd3d342bfb8e07720ba
Reviewed-on: https://go-review.googlesource.com/23302
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/encoding/csv/reader.go