package
0.0.0-20241024192145-8c62bcf3c0f2
Repository: https://github.com/nglmq/url-shortener.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
NewFileStorage creates a new file.
NewMemoryURLStore creates a new in-memory URL store.
# Structs
FileStorage is a struct for file storage.
MemoryURLStore is a simple in-memory storage.
URLs JSON format for saving URLs to file.
# Interfaces
URLStore is interface for reading and saving URLs.