package main import ( "fmt" "strconv" "errors" ) func calculate(str string) (float64, error) { } func nextInt() func main() { }