gotest is a lightweight command-line tool created to simplify running Go tests across multiple packages and projects. It acts as a convenience wrapper around the standard Go testing workflow, helping developers execute tests more efficiently in larger codebases. The tool focuses on improving developer ergonomics by reducing repetitive commands and providing a streamlined interface for test execution. It is particularly helpful in environments where projects contain many packages that need to be validated together. ...