mirror of
https://github.com/imjasonh/gos
synced 2026-07-07 00:23:42 +00:00
- Add support for `gos test` command to run tests in Go scripts - Automatically rename non-test files to *_test.go for proper test execution - Support combined scripts with both main() and test functions - Update examples to demonstrate testing capabilities - Document the new test command in README This allows single Go files to be both runnable scripts and testable, making gos more versatile for quick Go development. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| hello.go | ||
| math_test.go | ||