commit | 6d9db54be5327617d0c234ae0b0d07c41696c5b0 | [log] [tgz] |
---|---|---|
author | Gustavo Niemeyer <gustavo@niemeyer.net> | Thu Feb 17 16:17:33 2011 -0800 |
committer | Rob Pike <r@golang.org> | Thu Feb 17 16:17:33 2011 -0800 |
tree | 2862c42834e0dbc6b44c63bee99c66a8d73829dd | |
parent | 8ba4df2e9a742f89640b03b484e3d0251ba7fbd8 [diff] |
testing: rename cmdline flags to avoid conflicts Flags defined in the testing package may conflict with real flags defined in the main package, or in any other imported package. This change makes them less likely to be used for other purposes. R=r, rsc, r2 CC=golang-dev https://golang.org/cl/4167055