On Wed, Mar 27, 2019 at 6:06 PM <[email protected]> wrote: > > $ go build a.go > # command-line-arguments > ./a.go:16:12: assignment mismatch: 2 variable but 1 values > > Note the English syntax problem in the (correct) error message. > It should be > > ./a.go:16:12: assignment mismatch: 2 variables but 1 value
Thanks. Want to file a bug report at https://golang.org/issue? Ian -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
