]> Cypherpunks repositories - gostls13.git/commitdiff
go1.5.txt: better checking of struct tags
authorRob Pike <r@golang.org>
Mon, 12 Jan 2015 23:16:30 +0000 (10:16 +1100)
committerRob Pike <r@golang.org>
Mon, 12 Jan 2015 23:17:41 +0000 (23:17 +0000)
Change-Id: I0e726a2c0fa1231011b183c3e917414d876555d8
Reviewed-on: https://go-review.googlesource.com/2700
Reviewed-by: Rob Pike <r@golang.org>
doc/go1.5.txt

index ae703961deca932924f60989f4f9354607b65d32..46108573d3cdbcfd2ffa35592cd805597f1cbc7a 100644 (file)
@@ -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: