docs(tinyssert): follow revive's format for package documentation

This commit is contained in:
Guz
2025-05-14 11:34:52 -03:00
parent 52bf759e7f
commit 2e9139c682

View File

@@ -13,10 +13,8 @@
// //
// An original copy of this file can be found at http://forge.capytal.company/loreddev/x/tinyssert/tinyssert.go. // An original copy of this file can be found at http://forge.capytal.company/loreddev/x/tinyssert/tinyssert.go.
// # Tiny Assert // Package tinyssert is a minimal set of assertions functions for testing and simulation
// // testing, all in one file.
// Minimal set of assertions functions for testing and simulation testing, all in
// one file.
// //
// The most simple way of using the package is importing it directly and using the // The most simple way of using the package is importing it directly and using the
// alias functions: // alias functions: