1 2 3 4 5 6 7 8
package bar import "strconv" func Answer() int { n, _ := strconv.Atoi("42") return n }