From f5f89d8515d5b2d95f06119d2c9e566f95dbde2d Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Mon, 14 Apr 2025 09:03:32 +0100 Subject: [PATCH] upd docstring --- cmd/gignore/list.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/gignore/list.go b/cmd/gignore/list.go index 7ceca8e..479451a 100644 --- a/cmd/gignore/list.go +++ b/cmd/gignore/list.go @@ -30,7 +30,6 @@ func init() { } // listTemplates retrieves and prints all .gitignore templates available from the gignore client. -// It takes a gignore.Client as a parameter and returns an error if the operation fails. func listTemplates() error { templates, err := client.List() if err != nil {