Adds API documentation

This commit is contained in:
2022-11-16 09:21:54 +01:00
parent abe210d811
commit 493c7fddef

View File

@ -171,6 +171,8 @@ func CastableToInt(i interface{}) bool {
} }
} }
// > It copies the contents of the `src` map into the `dest` map, but if the value is a map, slice, or
// array, it makes a deep copy of it
func MustFillMap(dest, src map[string]interface{}) { func MustFillMap(dest, src map[string]interface{}) {
for k, v := range src { for k, v := range src {