Yao Zongyou
Results
2
issues of
Yao Zongyou
the example in https://github.com/tikv/client-go/blob/master/examples/txnkv/txnkv.go#L64 if tx.Commit returns an err, shoud this transaction be rollback explicitly? what is the different between: ```golang tx, err := client.Begin(context.TODO()) if err != nil {...