github.com/imdario/mergo.Config.AppendSlice (field)
4 uses
github.com/imdario/mergo (current package)
merge.go#L42: AppendSlice bool
merge.go#L176: if (!isEmptyValue(src) || overwriteWithEmptySrc || overwriteSliceWithEmptySrc) && (overwrite || isEmptyValue(dst)) && !config.AppendSlice {
merge.go#L181: } else if config.AppendSlice {
merge.go#L294: config.AppendSlice = true
![]() |
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. |