Skip to content

Commit 3c7d561

Browse files
committed
use interface{} instead of any
1 parent 48b8d5a commit 3c7d561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambda/handler_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ func TestInvalidHandlers(t *testing.T) {
2828
Deadline() (deadline time.Time, ok bool)
2929
Done() <-chan struct{}
3030
Err() error
31-
Value(key any) any
31+
Value(key interface{}) interface{}
3232
}
3333

3434
testCases := []struct {

0 commit comments

Comments
 (0)