//
pkg.gl
Category
github.com/mneverov/cluster-cidr-controller
pkg
util
slice
package
0.2.0
Repository:
https://github.com/mneverov/cluster-cidr-controller.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
0
Dependents
1
Files
29 SLOC
#
Functions
ContainsString
ContainsString checks if a given slice of strings contains the provided string.
RemoveString
RemoveString returns a newly created []string that contains all items from slice that are not equal to s and modifier(s) in case modifier func is provided.