From a9c0509a035f59f48e0d6d4039a8a9ba66fd405d Mon Sep 17 00:00:00 2001 From: Fuwn Date: Thu, 2 Sep 2021 02:15:12 -0700 Subject: chore(utilities): fix doc-comment --- pkg/utilities/utilities.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/utilities/utilities.go b/pkg/utilities/utilities.go index bda3034..f2e4e6c 100644 --- a/pkg/utilities/utilities.go +++ b/pkg/utilities/utilities.go @@ -26,7 +26,7 @@ func GetCopyright() string { return viper.GetString("space.footer.copyright") } -// Check if the following files exist, return files that don't exist +// DoesFilesExist Check if the following files exist, return files that don't exist func DoesFilesExist(files []string) []string { nonExistant := []string{} -- cgit v1.2.3