package
1.1.4
Repository: https://github.com/jamesdobson/gogitmoji.git
Documentation: pkg.go.dev

# Functions

NewCache returns a gitmoji cache using the default URL and local storage.
NewCacheWithURLAndCacheFile returns a gitmoji cache of a custom URL and local storage location.
UpdateCache checks the default URL for new gitmoji and updates the cache file in local storage if it is stale.

# Constants

GitmojiDirName is the name of the directory under the user's home directory to store the gitmoji list.
GitmojiFileName is the name of the file to store the list of gitmoji.
GitmojiURL is the address from which to download the list of gitmoji.

# Structs

Cache is a local file cache for storing gitmoji.
Gitmoji is a structure with the information about a single gitmoji.