Noob KeyValue is utilities for golang to working with Map
data-types with String
Keys (map[string]interface{}
), such as:
- Assigning
Map
toMap
- Creating
Map
fromStruct
- Getting Keys of a
Map
orStruct
- Getting Values of a
Map
orStruct
- Unmarshalling
Map
toStruct
To install this package, you need to install Go (version 1.17+ is required) & initiate your Go workspace first.
- After you initiate your workspace then you can install this package with below command.
go get -u github.com/alfarih31/nb-go-keyvalue
- Import it in your code
import "github.com/alfarih31/nb-go-keyvalue"
See the test: keyvalue_test.go
- Alfarih Faza [email protected]
This project is licensed under the - see the LICENSE.md file for details