Skip to content

Commit

Permalink
remove trailing char (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
ewucc authored Dec 23, 2022
1 parent d265ead commit 37a61e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/lang/golang/dispatcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func UpdateListenWithHandlerCode(oldFileContent string, nodeToComment string, ap

func UpdateImportWithHandlerRequirements(oldFileContent string, imports *sitter.Node, f *core.SourceFile) string {
handlerRequirements := []string{
`"context\"`,
`"context"`,
`"github.com/aws/aws-lambda-go/events"`,
`"github.com/aws/aws-lambda-go/lambda"`,
`"github.com/awslabs/aws-lambda-go-api-proxy/chi"`,
Expand Down

0 comments on commit 37a61e7

Please sign in to comment.