From 1a27c07c6fbc8af742ee186f35e1f40c37cb017d Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Tue, 13 Jan 2015 10:16:30 +1100 Subject: [PATCH] go1.5.txt: better checking of struct tags Change-Id: I0e726a2c0fa1231011b183c3e917414d876555d8 Reviewed-on: https://go-review.googlesource.com/2700 Reviewed-by: Rob Pike --- doc/go1.5.txt | 3 +++ 1 file changed, 3 insertions(+) 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: