From e15fbd3df584eb8eae15de3b851850c3e85c53ac Mon Sep 17 00:00:00 2001 From: mohanson Date: Wed, 10 Jul 2024 17:58:24 +0800 Subject: [PATCH] Add comments for doa package --- lib/doa/doa.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/doa/doa.go b/lib/doa/doa.go index e42ce8a..6a48fd1 100644 --- a/lib/doa/doa.go +++ b/lib/doa/doa.go @@ -1,3 +1,5 @@ +// Package doa is the abbreviation of the "Dead or alive". It provides some easy ways to make you panic down the +// program. package doa // Doa lets you test if a condition in your code returns true, if not, the program will panic.