Replace the CopyMap function by the MustFillMap and adds a InterfaceToIntMap function

This commit is contained in:
2022-10-12 22:56:38 +02:00
parent 58dbdd8698
commit aae3398701
3 changed files with 52 additions and 10 deletions

1
go.mod
View File

@ -14,6 +14,7 @@ require (
require (
github.com/KyleBanks/depth v1.2.1 // indirect
github.com/akualab/gjoa v0.0.0-20150423185904-0953495dbcc7 // indirect
github.com/barkimedes/go-deepcopy v0.0.0-20220514131651-17c30cfc62df // indirect
github.com/golang/glog v1.0.0 // indirect
github.com/klauspost/compress v1.15.9 // indirect
github.com/klauspost/pgzip v1.2.5 // indirect