misc: small fix or general refactoring i did not bother commenting

This commit is contained in:
evilsocket 2018-03-13 14:47:56 +01:00
commit a8c569e278
No known key found for this signature in database
GPG key ID: 1564D7F30393A456

View file

@ -1,9 +1,6 @@
### Prerequisites
* [ ] I read the [README](https://github.com/bettercap/bettercap/blob/master/README.md).
* [ ] I am running the [latest stable version](https://github.com/bettercap/bettercap/releases).
* [ ] I already searched [other issues](https://github.com/bettercap/bettercap/issues?q=is%3Aopen+is%3Aissue+label%3Abug) to see if this problem was already reported.
* [ ] I understand I don't necessarily have to paste this `Prerequisites` section in the issue.
Please, before creating this issue make sure that you read the [README](https://github.com/bettercap/bettercap/blob/master/README.md), that you are running the [latest stable version](https://github.com/bettercap/bettercap/releases) and that you already searched [other issues](https://github.com/bettercap/bettercap/issues?q=is%3Aopen+is%3Aissue+label%3Abug) to see if your problem or request was already reported.
### Description
@ -17,8 +14,7 @@ Please provide:
* OS version and architecture you are using.
* Go version if building from sources.
* Command line arguments you are using.
* Caplet code you are using (if any).
* Interactive session commands you are using (if any).
* Caplet code you are using or the interactive session commands.
* **Full debug output** while reproducing the issue ( `bettercap -debug ...` ).
### Steps to Reproduce