package
0.0.0-20230705210123-6fe496104d33
Repository: https://github.com/dagosu/bookingapp.git
Documentation: pkg.go.dev

# Functions

AppendElement returns the slice if val is already inside it, else it will be appended.
Contains checks for existence of an element inside a slice.
Diff returns the elements in a that are not found in b.
No description provided by the author
UnsetElement unsets a certain value from a slice.