There are two ways to do this without creating a new variable:
http://play.golang.org/p/RjPsgsCCfG
But honestly, it makes more sense to simply create the extra variable and ignore it, so that if you ever need the field, or reuse the code, you aren't confused later.
Also method 2 is more brittle to changes in the implementation of scanf.