add comment

This commit is contained in:
David Newhall II 2021-03-08 01:06:48 -08:00
parent 49e4cbe228
commit f520681b82
1 changed files with 1 additions and 0 deletions

View File

@ -108,6 +108,7 @@ type Unifi struct {
type fingerprints []string
// Contains returns true if the fingerprint is in the list.
func (f fingerprints) Contains(s string) bool {
for i := range f {
if s == f[i] {