training-advanced-go
training-advanced-go copied to clipboard
Instructions for setting up the project
You'll need to have Go 1.16 or higher and docker installed to be able to run the project and tests.
- Clone this repository
git clone https://github.com/EventStore/training-introduction-go.git - Make sure you are on the
mainbranch - Locate and run
docker-compose.yml - Run the tests
go test -v ./... - Run the project
go run . - Open the project with your IDE
Any problems please contact [email protected]