go-practical-tips
go-practical-tips copied to clipboard
Fix missing comma in TestAdd function
This pull request fixes a minor syntax error in the TestAdd function. A comma (,) was missing after one of the test case struct declarations, which would cause compilation errors.
Specific Change:
- Added a comma (,) after
"positive & zero", 5, 0, 5within thetestCasesslice.