Fix linter errors

This commit is contained in:
Daniel
2022-10-10 22:57:27 +02:00
parent 3c8157fd91
commit 144e5d8312
3 changed files with 30 additions and 31 deletions

View File

@@ -10,6 +10,7 @@ import (
"unicode/utf8"
"github.com/google/shlex"
"github.com/safing/portmaster/process"
"github.com/safing/portmaster/profile"
)
@@ -113,7 +114,7 @@ func fileMustBeUTF8(path string) bool {
// InterpHandler supports adding process tags based on well-known interpreter binaries.
type InterpHandler struct{}
// Name returns "Interpreter"
// Name returns "Interpreter".
func (h *InterpHandler) Name() string {
return "Interpreter"
}