func github.com/imdario/mergo.isReflectNil
5 uses
github.com/imdario/mergo (current package)
merge.go#L127: if (isReflectNil(dst) || overwrite) && (!isEmptyValue(src) || overwriteWithEmptySrc) {
merge.go#L151: if isReflectNil(srcElement) {
merge.go#L152: if overwrite || isReflectNil(dstElement) {
merge.go#L194: if isReflectNil(src) {
merge.go#L328: func isReflectNil(v reflect.Value) bool {
![]() |
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. |