transcation/seata-go/README.md
Seata-go tcc example
How to run?
Start the seata-server with the docker file.
cd dockercompose
docker-compose -f docker-compose.yml up -d seata-server
Just execute the main function under tcc/client/cmd and tcc/server/cmd directory.