tree: cfcc640b538207a8dc96416a8a37d480b82e0b39 [path history] [tgz]
  1. conf/
  2. dockercompose/
  3. tcc/
  4. README.md
  5. README_zh.md
transcation/seata-go/README.md

Seata-go tcc example

How to run?

  1. Start the seata-server with the docker file.

    cd dockercompose
    docker-compose -f docker-compose.yml up -d seata-server
    
  2. Just execute the main function under tcc/client/cmd and tcc/server/cmd directory.