Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone committed Dec 13, 2023
1 parent 303cc8a commit 0082258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/x/dslvm/closer.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package dslvm

import "github.com/ooni/probe-cli/v3/internal/model"

// Closer is something that [Discard] should explicitly close.
// Closer is something that [Drop] should explicitly close.
type Closer interface {
Close(logger model.Logger) error
}

0 comments on commit 0082258

Please sign in to comment.