What's New in v1.7.2
This is a small cleanup release with code quality improvements and documentation updates.
Improvements
๐งน Code Cleanup
- Remove unnecessary type conversion (#170) - Simplified code in
generateTest()
by removing redundant type conversion. Thanks to @fengxuway!
๐ Documentation
- Update VS Code link (#167) - Changed Visual Studio Code link to point directly to gotests-specific configuration documentation for easier setup. Thanks to @davidhsingyuchen!
Installation
go install github.com/cweill/gotests/gotests@v1.7.2
Full Changelog: v1.7.1...v1.7.2