We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 609e4a9 + 410ada0 commit 13dd327Copy full SHA for 13dd327
pkg/proxy/util/nfacct/nfacct_others.go
@@ -24,7 +24,7 @@ import (
24
"runtime"
25
)
26
27
-var unsupportedError = fmt.Errorf(runtime.GOOS + "/" + runtime.GOARCH + "is unsupported")
+var unsupportedError = fmt.Errorf(runtime.GOOS + "/" + runtime.GOARCH + " is unsupported")
28
29
func New() (Interface, error) {
30
return nil, unsupportedError
0 commit comments