Skip to content

Commit 118165f

Browse files
authored
fix(serverless): add missing parameters to Handle function signature in Go example (#4721)
1 parent 1ce58e5 commit 118165f

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
@@ -183,7 +183,7 @@ The example above will create a `.zip` archive that contains the myFunction fold
183183
.
184184
├── go.mod
185185
├── go.sum
186-
└── handler.go → package handler with func Handle()
186+
└── handler.go → package handler with func Handle(w http.ResponseWriter, r *http.Request)
187187
188188
```
189189

0 commit comments

Comments
 (0)