Add map init so the map is non-nil

This commit is contained in:
David Dworken 2023-12-20 14:54:52 -08:00
parent 7f9263f931
commit fe6447fa06
No known key found for this signature in database

View File

@ -31,6 +31,7 @@ var usedGoldens map[string]bool
func init() {
initialWd = getInitialWd()
usedGoldens = make(map[string]bool)
}
func getInitialWd() string {