commit | 951d8c9a40519313aaf2cadfe3e598f7918bc524 | [log] [tgz] |
---|---|---|
author | David Symonds <dsymonds@golang.org> | Wed Oct 16 11:26:25 2013 +1100 |
committer | David Symonds <dsymonds@golang.org> | Wed Oct 16 11:26:25 2013 +1100 |
tree | f02da8a5a05bbafd539ef1c818442e2e08180bc9 | |
parent | 2292cea44eff788d607faf63efde081706fdbcf6 [diff] |
Don't suggest removing a leading underscore. lintName permits a single leading underscore, so we were returning messages such as don't use underscores in Go names; const _invalidJson should be _invalidJSON Fixes #25.