Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsNilOrEmpty ¶
func IsNilOrEmpty[inputType comparable](val *inputType) bool
IsNilOrEmpty returns true if the value is nil or equal to the empty value.
Types ¶
type KeywordMap ¶ added in v0.0.3
type KeywordMap struct{}
func NewKeywordMap ¶ added in v0.0.3
func NewKeywordMap() *KeywordMap
func (*KeywordMap) IsKeyword ¶ added in v0.0.3
func (k *KeywordMap) IsKeyword(keyword string) bool
Click to show internal directories.
Click to hide internal directories.