From: Brad Fitzpatrick Date: Mon, 23 Feb 2015 20:17:20 +0000 (-0800) Subject: doc: add cmd/trace to go1.5.txt X-Git-Tag: go1.5beta1~1468 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=715d017b3424f87a1681fe33e19d49e9a04f77f8;p=gostls13.git doc: add cmd/trace to go1.5.txt Change-Id: I4d35a96ace71b68a91561c08fd7331859d9dd19d Reviewed-on: https://go-review.googlesource.com/5593 Reviewed-by: Dmitry Vyukov --- diff --git a/doc/go1.5.txt b/doc/go1.5.txt index 0c256437ca..551e022d0c 100644 --- a/doc/go1.5.txt +++ b/doc/go1.5.txt @@ -46,6 +46,7 @@ cmd/go: std wildcard now excludes commands in main repo (https://golang.org/cl/5 cmd/go: .swig/.swigcxx files now require SWIG 3.0.6 or later cmd/vet: better validation of struct tags (https://golang.org/cl/2685) cmd/ld: no longer record build timestamp in Windows PE file header (https://golang.org/cl/3740) +cmd/trace: new command to view traces (https://golang.org/cl/3601) Performance: