Scott
Results
4
issues of
Scott
勘误,”在即“ -> "自己"
第二段代码错误,本意上,这里的接口实现应该是,使用结构体作为receiver,而非结构体指针
In README.md -> Synopsis -> Standard example ``` defer func() { if err := tx.Rollback(); err != nil { // Actually, you should do something... panic(err) } }() tx.MustExec("INSERT INTO...