incubator-seata-go
                                
                                
                                
                                    incubator-seata-go copied to clipboard
                            
                            
                            
                        clean unused datasource config
What this PR does:
Clean unused datasource config. Developer is able to pick AT/XA DB driver when open a database, like this
dbAt, err := sql.Open(sql2.SeataATMySQLDriver, dsn)
dbAt, err := sql.Open(sql2.SeataXAMySQLDriver, dsn)
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?: