Fix lint issues
This commit is contained in:
parent
1fed943b3d
commit
68f344233b
17 changed files with 33 additions and 34 deletions
|
|
@ -55,8 +55,8 @@ func (em BinaryNameMatcher) MatchAndName(nacl common.ProcAttributes) (bool, stri
|
|||
}
|
||||
|
||||
// String returns the name of the binary to match
|
||||
func (m BinaryNameMatcher) String() string {
|
||||
return fmt.Sprintf("%+v", m.Binary)
|
||||
func (em BinaryNameMatcher) String() string {
|
||||
return fmt.Sprintf("%+v", em.Binary)
|
||||
}
|
||||
|
||||
type namedProcessData struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue