From 2e9139c6828070dead17b48f4713d17e6ea7eef3 Mon Sep 17 00:00:00 2001 From: "Gustavo \"Guz\" L de Mello" Date: Wed, 14 May 2025 11:34:52 -0300 Subject: [PATCH] docs(tinyssert): follow revive's format for package documentation --- tinyssert/tinyssert.go | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tinyssert/tinyssert.go b/tinyssert/tinyssert.go index 85ef2f8..db4c463 100644 --- a/tinyssert/tinyssert.go +++ b/tinyssert/tinyssert.go @@ -13,10 +13,8 @@ // // An original copy of this file can be found at http://forge.capytal.company/loreddev/x/tinyssert/tinyssert.go. -// # Tiny Assert -// -// Minimal set of assertions functions for testing and simulation testing, all in -// one file. +// Package tinyssert is a 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 // alias functions: