deps & Go update: Go 1.25; go dependencies to latest; golangci-lint; protoc

This commit is contained in:
Christian Schwarz
2026-01-22 02:09:14 +01:00
committed by GitHub
24 changed files with 677 additions and 1776 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ func init() {
}
}
//nolint:deadcode,unused
//nolint:unused
func debug(format string, args ...interface{}) {
if debugEnabled {
fmt.Fprintf(os.Stderr, "zfs: %s\n", fmt.Sprintf(format, args...))