SAP / go-ase

SAP ASE Database Client for Go
Apache License 2.0
25 stars 14 forks source link

Fix overwriting receiver variable #10

Closed ntnn closed 5 years ago

ntnn commented 5 years ago

Description

The guards for the map lookups use t as the local variable, which is already assigned as the receiver variable.

How was the patch tested?

go test.