package
0.0.0-20230430203515-e6f8ebc360c4
Repository: https://github.com/nshumoogum/food-recipes.git
Documentation: pkg.go.dev
# Functions
CalculateLimit returns a valid limit for the number of items to be returned from query.
CalculateOffset returns a valid offset value to skip a list of items returned from query.
StringifyWords concatenates a list of strings (string array) into a single string with the WordSeparator defining where a word ends and new one begins.
# Constants
WordSeparator represents a string used to separate a list of words found in an array (of strings).