This tool is designed to help Go developers quickly find test functions within their Go projects. It scans _test.go files in the current directory and its subdirectories, identifying functions that start with Test.
- Recursively searches through the current directory and subdirectories.
- Identifies functions starting with Test in _test.go files.
- Outputs the file path and function name of each test function found.
Go version 1.x or higher
This project is licensed under the MIT License - see the LICENSE file for details.