summaryrefslogtreecommitdiff
path: root/vendor/github.com/grpc-ecosystem/grpc-gateway/v2/utilities/string_array_flag.go
diff options
context:
space:
mode:
authorFelix Hanley <felix@userspace.com.au>2025-01-20 04:25:05 +0000
committerFelix Hanley <felix@userspace.com.au>2025-01-20 04:25:05 +0000
commitf82adc0030a993ff25cbf70cf81d75900f455e6a (patch)
tree74bd8e701161262fb34d415aebfef064dbb842d6 /vendor/github.com/grpc-ecosystem/grpc-gateway/v2/utilities/string_array_flag.go
parent260b74748ab6e0a10d73cd97061996bd4cc70481 (diff)
downloadcaddy-f82adc0030a993ff25cbf70cf81d75900f455e6a.tar.gz
caddy-f82adc0030a993ff25cbf70cf81d75900f455e6a.tar.bz2
Upgrade caddy to 2.9.1
Diffstat (limited to 'vendor/github.com/grpc-ecosystem/grpc-gateway/v2/utilities/string_array_flag.go')
-rw-r--r--vendor/github.com/grpc-ecosystem/grpc-gateway/v2/utilities/string_array_flag.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/grpc-ecosystem/grpc-gateway/v2/utilities/string_array_flag.go b/vendor/github.com/grpc-ecosystem/grpc-gateway/v2/utilities/string_array_flag.go
index d224ab7..66aa5f2 100644
--- a/vendor/github.com/grpc-ecosystem/grpc-gateway/v2/utilities/string_array_flag.go
+++ b/vendor/github.com/grpc-ecosystem/grpc-gateway/v2/utilities/string_array_flag.go
@@ -5,7 +5,7 @@ import (
"strings"
)
-// flagInterface is an cut down interface to `flag`
+// flagInterface is a cut down interface to `flag`
type flagInterface interface {
Var(value flag.Value, name string, usage string)
}