diff options
| author | Fuwn <[email protected]> | 2021-09-02 02:15:12 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-09-02 02:15:12 -0700 |
| commit | a9c0509a035f59f48e0d6d4039a8a9ba66fd405d (patch) | |
| tree | e3d57fc263c4907089f0ec967201fe0df23082e4 /pkg | |
| parent | feat(skills): re-add c and c++ (diff) | |
| download | space-a9c0509a035f59f48e0d6d4039a8a9ba66fd405d.tar.xz space-a9c0509a035f59f48e0d6d4039a8a9ba66fd405d.zip | |
chore(utilities): fix doc-comment
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/utilities/utilities.go | 2 |
1 files changed, 1 insertions, 1 deletions
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{} |