Skip to content

Commit

Permalink
fix go vet error
Browse files Browse the repository at this point in the history
  • Loading branch information
dcarroll committed Oct 21, 2016
1 parent 532eed8 commit 8fd2087
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions force.go
Original file line number Diff line number Diff line change
Expand Up @@ -605,8 +605,6 @@ func (f *Force) Query(query string, isTooling bool) (result ForceQueryResult, fi
ErrorAndExit(err.Error())
}
//fieldList = f.DecodeMe(string(body))
qr := f.DecodeMe2(string(body))
fmt.Sprintf("%v", qr)
json.Unmarshal(body, &result)
if result.Done == false {
var nextResult ForceQueryResult
Expand Down

0 comments on commit 8fd2087

Please sign in to comment.