Golang Project Examples
To run the project, execute the following command:
go run app.go
To run the tests, execute the following command:
./runTests.sh
You can also pass the -v
flag to the script to run the tests in verbose mode and get more information about the tests:
./runTests.sh -v