package
0.0.0-20231206152619-a1ea81f397f7
Repository: https://github.com/willie68/goblobstore.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.
RemoveString removes the e entry from the s slice, if e is not present in the slice, nothing will happen.