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.
1 parent f3a35ae commit 91ac2c7Copy full SHA for 91ac2c7
internal/types/map.go
@@ -72,7 +72,7 @@ func ExpandMapStringString(data any) map[string]string {
72
73
// GetMapValue returns the value for a key from a map.
74
// returns zero value if key does not exist in map.
75
-func GetMapValue[T any]( //nolint:ireturn
+func GetMapValue[T any](
76
m map[string]any,
77
key string,
78
) T {
0 commit comments