mirror of
https://github.com/bettercap/bettercap
synced 2025-07-15 09:33:40 -07:00
misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
parent
c77856e4ad
commit
2973a75f44
1 changed files with 0 additions and 7 deletions
|
@ -39,13 +39,6 @@ type HIDRecon struct {
|
|||
selector *utils.ViewSelector
|
||||
}
|
||||
|
||||
/*
|
||||
TODO:
|
||||
|
||||
- fix compilation for unsupported platforms
|
||||
- update docs
|
||||
- test test test
|
||||
*/
|
||||
func NewHIDRecon(s *session.Session) *HIDRecon {
|
||||
mod := &HIDRecon{
|
||||
SessionModule: session.NewSessionModule("hid", s),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue