Posted in

事务函数命名规范被忽视的代价:从func(tx *sql.Tx) error到func(ctx context.Context, tx Txer) error的演进路径

第一章:事务函数命名规范被忽视的 … 事务函数命名规范被忽视的代价:从func(tx *sql.Tx) error到func(ctx context.Context, tx Txer) error的演进路径Read more