package
0.0.0-20220620054338-ca83fcd854a1
Repository: https://github.com/willie68/cel-service.git
Documentation: pkg.go.dev
# Functions
Contains checking if the e string is present in the slice s
*/.
Find finding the index of the e string in the s slice
*/.
Remove removes the entry with the index i from the slice
*/.
Remove removes the e entry from the s slice, if e is not present in the slice, nothing will happen
*/.