Registry / utility / codeallergy-glue

codeallergy-glue

JSON →
library1.1.4gogounverified

A Go library for binding and merging data from multiple sources.

go get github.com/codeallergy/glue
INSTALL
IMPORT
SIG · CODEALLERGY-GLUE
C
codeallergy-glue
utilitygov1.1.4
harness data pending
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.

glue
github.com/codeallergy/glue

Merges two maps together.

package main import ( "fmt" "github.com/codeallergy/glue" ) func main() { data := glue.Merge(map[string]interface{}{"a": 1}, map[string]interface{}{"b": 2}) fmt.Println(data) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.4latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
codeallergy-glue — go get codeallergy-glue · libregistry