Closed yyoshiki41 closed 1 year ago
Reduce false-positive patterns to specify data types. I want to pass below code that using bigquery.Read without error detections.
q := client.Query("select name, num from t1") iter, err := q.Read(ctx) if err != nil { return err }
LGTM
Reduce false-positive patterns to specify data types. I want to pass below code that using bigquery.Read without error detections.