]> Cypherpunks repositories - gostls13.git/commit
net/http: document that FormValue returns the empty string
authorBrad Fitzpatrick <bradfitz@golang.org>
Wed, 24 Jun 2015 10:34:06 +0000 (12:34 +0200)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 25 Jun 2015 01:17:32 +0000 (01:17 +0000)
commit2917ab204933d345c3fd5ed7ce5a1c4fb46ce043
tree3a0c0025a553e7cfaf1d12f927c5a972a9009ab6
parent33ce9c19d7e2e7b7e38231e96b3378870c3f2069
net/http: document that FormValue returns the empty string

Fixes #8137

Change-Id: Icd94bbe430a3ef333248425449b5fc678edb0343
Reviewed-on: https://go-review.googlesource.com/11410
Reviewed-by: Andrew Gerrand <adg@golang.org>
src/net/http/request.go