upd docstring

This commit is contained in:
onyx-and-iris 2025-04-14 09:03:32 +01:00
parent 7a964a031c
commit f5f89d8515

View File

@ -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 {