You can see how the previous version was invalid here:
https://play.golang.org/p/IthX3cWv_V7
```
./prog.go:25:9: assignment mismatch: 2 variables but strconv.Itoa returns 1 values
./prog.go:25:25: cannot use "1023" (type untyped string) as type int in argument to strconv.Itoa
```