Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
mergemap
✓ github.com/peterbourgon/mergemap
Merges two maps recursively.
package main
import (
"fmt"
"github.com/peterbourgon/mergemap"
)
func main() {
a := map[string]interface{}{"key": "value"}
b := map[string]interface{}{"key2": "value2"}
result := mergemap.Merge(a, b)
fmt.Println(result)
}
Debug
Known issues
No known issues recorded.
Upgrade
Version history
0.0.1latest on pkg.go.dev
Audit
Dependencies
No dependency data recorded yet.