DATA-DOG / go-sqlmock

Sql mock driver for golang to test database interactions
Other
6.05k stars 406 forks source link

Readme: build error in sample code #225

Closed Pawan-Bishnoi closed 4 years ago

Pawan-Bishnoi commented 4 years ago

err redeclared causes no new variables on left side of :=

codecov-io commented 4 years ago

Codecov Report

Merging #225 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #225   +/-   ##
=======================================
  Coverage   94.20%   94.20%           
=======================================
  Files          18       18           
  Lines         915      915           
=======================================
  Hits          862      862           
  Misses         38       38           
  Partials       15       15           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2102378...5d9cd27. Read the comment docs.