2
0

Make getSharedConnection private again

This commit is contained in:
Jack Christensen
2013-07-16 08:32:49 -05:00
parent bae49077ce
commit 9640dc91e4
5 changed files with 32 additions and 32 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import (
)
func TestDataRowReaderReadValue(t *testing.T) {
conn := GetSharedConnection()
conn := getSharedConnection()
test := func(sql string, expected interface{}) {
var v interface{}