# README
islazy
is a Go library containing a set of opinionated packages, objects, helpers and functions implemented with the KISS principle in mind that I often use in my projects.
go get -u github.com/evilsocket/islazy
Examples for each package can be found in the examples folder.
Who's using islazy?
If your project is using this library add it to this README and send a PR!
License
This library was made with ♥ by Simone Margaritelli and it's released under the GPL 3 license.
# Packages
Package async contains a set of helper objects for async tasks and job queues.
Package data contains basic threadsafe data structures with filesystem persistance and configurable flushing policies.
No description provided by the author
Package fs contains helper functions for file system access and enumeration.
Package log provides access to log functions.
Package ops contains helper operators.
Package plugin contains objects and functions to load and use javascript plugins in order to extend the functionalities of your projects.
Package str contains utilities for string manipulation.
Package tui contains a set of helper objects and functions for terminal based user interfaces.
Package version contains information about the library version.
Package zip contains zip and unzip utilities.