We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
You can run tests found in tests directory to make sure everything is working as expected after making changes
$ go test -run <TestCaseName>/<SubTestName>
Please add -v flag to see test logs
$ go test -v -run TestValUpdates/add $ go test -v -run TestValidator