tree: ada9c51db2aea116da06ce8128fe30d9bf10c054 [path history] [tgz]
  1. tcc/
  2. docker-compose.yml
  3. README.md
  4. README_zh.md
seata-go/README.md

Seata-go tcc example

How to run?

  1. Start the seata-server and zookeeper service with the docker file.

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