From: Rob Pike Date: Mon, 12 Jan 2015 23:16:30 +0000 (+1100) Subject: go1.5.txt: better checking of struct tags X-Git-Tag: go1.5beta1~2372 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=1a27c07c6fbc8af742ee186f35e1f40c37cb017d;p=gostls13.git go1.5.txt: better checking of struct tags Change-Id: I0e726a2c0fa1231011b183c3e917414d876555d8 Reviewed-on: https://go-review.googlesource.com/2700 Reviewed-by: Rob Pike --- diff --git a/doc/go1.5.txt b/doc/go1.5.txt index ae703961de..46108573d3 100644 --- a/doc/go1.5.txt +++ b/doc/go1.5.txt @@ -8,6 +8,9 @@ log: add global Output function (https://golang.org/cl/2686) net/http: support for setting trailers from a server Handler (https://golang.org/cl/2157) net/smtp: add TLSConnectionState accessor (https://golang.org/cl/2151) +Tools: + +cmd/vet: better validation of struct tags (https://golang.org/cl/2685) Performance: