Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Commit 3db9dec

Browse files
committed
Changed readme to use the new ginadapter name
1 parent 196043b commit 3db9dec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import (
2929
)
3030

3131
var initialized = false
32-
var ginLambda *ginlambda.GinLambda
32+
var ginLambda *ginadapter.GinLambda
3333

3434
func Handler(req events.APIGatewayProxyRequest) (events.APIGatewayProxyResponse, error) {
3535

@@ -43,7 +43,7 @@ func Handler(req events.APIGatewayProxyRequest) (events.APIGatewayProxyResponse,
4343
})
4444
})
4545

46-
ginLambda = ginlambda.New(r)
46+
ginLambda = ginadapter.New(r)
4747
initialized = true
4848
}
4949

0 commit comments

Comments
 (0)