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 48b8d5a commit 3c7d561Copy full SHA for 3c7d561
lambda/handler_test.go
@@ -28,7 +28,7 @@ func TestInvalidHandlers(t *testing.T) {
28
Deadline() (deadline time.Time, ok bool)
29
Done() <-chan struct{}
30
Err() error
31
- Value(key any) any
+ Value(key interface{}) interface{}
32
}
33
34
testCases := []struct {
0 commit comments