# Std Utils - some features ## Install ```bash go get github.com/gookit/goutil/stdutils ``` ## Go docs - [Go docs](https://pkg.go.dev/github.com/gookit/goutil/stdutils) ## Usage ## Testings ```shell go test -v ./stdutils/... ``` Test limit by regexp: ```shell go test -v -run ^TestSetByKeys ./stdutils/... ```