]> Cypherpunks repositories - gostls13.git/commitdiff
doc: add cmd/trace to go1.5.txt
authorBrad Fitzpatrick <bradfitz@golang.org>
Mon, 23 Feb 2015 20:17:20 +0000 (12:17 -0800)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 23 Mar 2015 17:51:34 +0000 (17:51 +0000)
Change-Id: I4d35a96ace71b68a91561c08fd7331859d9dd19d
Reviewed-on: https://go-review.googlesource.com/5593
Reviewed-by: Dmitry Vyukov <dvyukov@google.com>
doc/go1.5.txt

index 0c256437ca11272833d3ca2f683fc2e407cb3f93..551e022d0c37cf25df7e04cc3160d40aff2947e4 100644 (file)
@@ -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: