From a121baad8ba03b3fb8fa748c9c79ab9d8cee2ccf Mon Sep 17 00:00:00 2001 From: Andreas Duerloo Date: Sun, 16 Nov 2025 18:20:42 +0100 Subject: [PATCH] fix: modify default package for go handler ext-fix-serverless-functions --- .../how-to/package-function-dependencies-in-zip.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/serverless-functions/how-to/package-function-dependencies-in-zip.mdx b/pages/serverless-functions/how-to/package-function-dependencies-in-zip.mdx index b4d359ad5b..e36dacd183 100644 --- a/pages/serverless-functions/how-to/package-function-dependencies-in-zip.mdx +++ b/pages/serverless-functions/how-to/package-function-dependencies-in-zip.mdx @@ -194,7 +194,7 @@ The example above will create a `.zip` archive that contains the myFunction fold - For the file `handler.go` at the root of the project → `Handle`. - By default, the handler path is `Handle` (package main at the root of the archive). + By default, the handler path is `Handle` (package handler at the root of the archive).