Projects with this topic
Sort by:
-
This repository documents my progress in learning unit testing in Go, focusing on writing effective, maintainable, and expressive tests for Go applications. It includes hands-on examples and explanations to deepen understanding of Go’s built-in testing capabilities and third-party tools.
Updated -
Package assert provide a single function to emulate C-style asserts. The goal of this package is to provide a call that will document and enforce preconditions, postconditions, and invariants in code. Failures should only result from program bugs.
Updated