func github.com/imdario/mergo.deepMap
3 uses
github.com/imdario/mergo (current package)
map.go#L34: func deepMap(dst, src reflect.Value, visited map[uintptr]*visit, depth int, config *Config) (err error) {
map.go#L110: if err = deepMap(dstElement, srcElement, visited, depth+1, config); err != nil {
map.go#L175: return deepMap(vDst, vSrc, make(map[uintptr]*visit), 0, config)
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |