package
0.0.0-20230227000145-7f8d8f8780fe
Repository: https://github.com/neophenix/lxdepot.git
Documentation: pkg.go.dev
# Constants
BUFLEN is the length of our buffer, not sure what a good value is here, doesn't need to hold everything but does need to be enough to maintain context on what users are seeing when they read it.
RECENTACCESS is the number of seconds that we compare againt the lastAccess time of a buffer to determine if it was "recent" or not.
# Structs
No description provided by the author