I solved Sales by Match problem in this way:
package main import ( "fmt" ) func main() { var amount int _, _ = fmt.Scanf("%d"