mymysql
mymysql copied to clipboard
Cannot build with -race
$ go build -race <package importing mymysql>
src/github.com/ziutek/mymysql/native/paramvalue.go:42: cannot take the address of runtime.assertE2T(runtime.iface·3 = <N>.Interface(reflect.v·2 = v), runtime.typ·2 = &type.github.com/ziutek/mymysql/mysql.Timestamp).Time
src/github.com/ziutek/mymysql/native/paramvalue.go:149: cannot take the address of runtime.assertE2T(runtime.iface·3 = <N>.Interface(reflect.v·2 = v), runtime.typ·2 = &type.github.com/ziutek/mymysql/mysql.Timestamp).Time
Nevermind, fixed in go 1.2rc1