File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
pages/serverless-functions/reference-content Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -230,18 +230,19 @@ Refer to the [Go local testing repository](https://github.com/scaleway/serverles
230230 }
231231 ` ` `
232232
233- 4. run the commands below to generate a ` mod` file, then automatically add the modules to it:
233+ 4. Run the commands below to generate a ` mod` file, then automatically add the modules to it:
234234
235235 ` ` ` sh
236236 go mod init localfunc && go mod tidy
237+ ` ` `
237238
2382395. Run the command below to create a new function for local testing:
239240
240241 ` ` ` sh
241242 go run cmd/ main .go
242243 ` ` `
243244
244- 4 . In another terminal session, run the command below:
245+ 6 . In another terminal session, run the command below:
245246 ` ` ` sh
246247 curl http: // localhost:8080
247248 ` ` `
You can’t perform that action at this time.
0 commit comments