Get the following error when trying to build/execute main.go:
$ go build ./main.go
# command-line-arguments
./main.go:64:14: assignment mismatch: 2 variables but api.Query returns 3 values
Need to add a variable that catches the new Warnings []string return value.
Get the following error when trying to build/execute
main.go:Need to add a variable that catches the new
Warnings[]stringreturn value.