diff --git a/internal/filelist/modules/modules.go b/internal/filelist/modules/modules.go index df8f6d0..7ff7ca7 100644 --- a/internal/filelist/modules/modules.go +++ b/internal/filelist/modules/modules.go @@ -16,8 +16,8 @@ import ( ) type Modules struct { - modulesList []string modulesListPath string + modulesList []string } // New returns a new Modules that will use the given moduleto provide a list