Skip to content

Commit b339e06

Browse files
fix: modify default package for go handler ext-fix-serverless-functions (#5816)
1 parent cebf51a commit b339e06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/serverless-functions/how-to/package-function-dependencies-in-zip.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ The example above will create a `.zip` archive that contains the myFunction fold
194194
- For the file `handler.go` at the root of the project → `Handle`.
195195

196196
<Message type="note">
197-
By default, the handler path is `Handle` (package main at the root of the archive).
197+
By default, the handler path is `Handle` (package handler at the root of the archive).
198198
</Message>
199199
</TabsTab>
200200
<TabsTab label="PHP">

0 commit comments

Comments
 (0)