mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 02:36:57 -07:00
go vet fixes
This commit is contained in:
parent
8acf81f61d
commit
05b8e3065e
6 changed files with 32 additions and 28 deletions
|
@ -222,15 +222,15 @@ func NewEventsStream(s *session.Session) *EventsStream {
|
|||
return mod
|
||||
}
|
||||
|
||||
func (mod EventsStream) Name() string {
|
||||
func (mod *EventsStream) Name() string {
|
||||
return "events.stream"
|
||||
}
|
||||
|
||||
func (mod EventsStream) Description() string {
|
||||
func (mod *EventsStream) Description() string {
|
||||
return "Print events as a continuous stream."
|
||||
}
|
||||
|
||||
func (mod EventsStream) Author() string {
|
||||
func (mod *EventsStream) Author() string {
|
||||
return "Simone Margaritelli <evilsocket@gmail.com>"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue