package
0.0.0-20240429144733-02039ce4a8b7
Repository: https://github.com/petems/gitsweeper.git
Documentation: pkg.go.dev
# Functions
AskForConfirmation asks the user for confirmation.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
IsStringInSlice checks if a string is present in a slice of strings
letters := []string{"a", "b", "c", "d"} IsStringInSlice("a", letters) // true IsStringInSlice("e", letters) // false
.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author