misc: refactored caplets code in a dedicated package

This commit is contained in:
evilsocket 2018-09-21 15:15:27 +02:00
commit 9721c1d6e0
7 changed files with 209 additions and 157 deletions

2
caplets/doc.go Normal file
View file

@ -0,0 +1,2 @@
// Package caplets contains functions to enumerate, load and execute caplets.
package caplets