You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated the table driven tests link from the old GitHub wiki URL
(github.com/golang/go/wiki/TableDrivenTests) to the new canonical
go.dev wiki URL (go.dev/wiki/TableDrivenTests).
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
`gotests` makes writing Go tests easy. It's a Golang commandline tool that generates [table driven tests](https://github.com/golang/go/wiki/TableDrivenTests) based on its target source files' function and method signatures. Any new dependencies in the test files are automatically imported.
3
+
`gotests` makes writing Go tests easy. It's a Golang commandline tool that generates [table driven tests](https://go.dev/wiki/TableDrivenTests) based on its target source files' function and method signatures. Any new dependencies in the test files are automatically imported.
0 commit comments