This project is a set of code which is used to understand golang and it's working while doing the golang course from freecodecamp and boot.dev.
go test
go test ./...
go test ./folder-name
To run the tests in verbose mode, add the -v to the command.
go test ./concurrency -v -run TestRangeInChannel