Clayton Peters
Results
1
issues of
Clayton Peters
In [connector.go, line 264](https://github.com/infobloxopen/infoblox-go-client/blob/master/connector.go#L264), a call to `BuildRequest` is made, but `err` is never checked before `req` is passed to `SendRequest` on line 265. In the event `BuildRequest` fails, which...