mirror of
https://github.com/golang/go.git
synced 2025-05-31 23:25:39 +00:00
Various bug fixes: - don't allow := to redeclare non-variables - don't permit a comma-ok expression as a two-value function return Lots of dead code removed. Fixes golang/go#5500. R=adonovan CC=golang-dev https://golang.org/cl/10792044