initialize Cached map
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Steven Polley 2023-06-04 12:35:27 -06:00
parent 0710bbea5d
commit c8cbebb7f9
1 changed files with 2 additions and 0 deletions

View File

@ -42,6 +42,8 @@ var (
// Preload cached list of files and hashes
func init() {
romCache := ROMCache{}
romCache.Cached = make(map[string]bool)
go updateROMCache("public")
}