package
0.0.57
Repository: https://github.com/armosec/utils-go.git
Documentation: pkg.go.dev

# Functions

AsFNVHash takes anything turns it into string :) https://blog.8bitzen.com/posts/22-08-2019-how-to-hash-a-struct-in-go.
AsSHA256 takes anything turns it into string :) https://blog.8bitzen.com/posts/22-08-2019-how-to-hash-a-struct-in-go.
MapStringToSlice returns map's keys.
MergeSliceAndMap merge a list and keys of map.
ObjectToString Convert an object to a json string.
RemoveIndexFromStringSlice -.
SliceStringToUnique returns unique values of slice.
StringInSlice return true if string found in slice of strings.
StringInSliceCaseInsensitive return true if string found in slice of strings, ignore case sensitive.