An open API service indexing awesome lists of open source software.

https://github.com/evilsocket/islazy

A Go library containing a set of opinionated packages, objects, helpers and functions implemented with the KISS principle in mind.
https://github.com/evilsocket/islazy

Last synced: 12 months ago
JSON representation

A Go library containing a set of opinionated packages, objects, helpers and functions implemented with the KISS principle in mind.

Awesome Lists containing this project

README

          



Release
Software License
Go Report Card

Docs

`islazy` is a Go library containing a set of [opinionated](https://stackoverflow.com/questions/802050/what-is-opinionated-software) packages, objects, helpers and functions implemented with the [KISS principle](https://en.wikipedia.org/wiki/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](https://github.com/evilsocket/islazy/tree/master/examples) folder.

## Who's using islazy?

* [bettercap](https://github.com/bettercap/bettercap)
* [shellz](https://github.com/evilsocket/shellz)

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](https://www.evilsocket.net/) and it's released under the GPL 3 license.