Example Usage
go test -v ./...           # Run all tests
go test -v -race ./...     # Check for race conditions (mandatory before merging)