Go to file
Adrien le Maire 278c611bab first commit
2023-12-08 10:32:20 +01:00
.funcignore first commit 2023-12-08 10:32:20 +01:00
.gitignore first commit 2023-12-08 10:32:20 +01:00
func.yaml first commit 2023-12-08 10:32:20 +01:00
go.mod first commit 2023-12-08 10:32:20 +01:00
handle_test.go first commit 2023-12-08 10:32:20 +01:00
handle.go first commit 2023-12-08 10:32:20 +01:00
README.md first commit 2023-12-08 10:25:41 +01:00

Go HTTP Function

Welcome to your new Go Function! The boilerplate function code can be found in handle.go. This Function responds to HTTP requests.

Development

Develop new features by adding a test to handle_test.go for each feature, and confirm it works with go test.

Update the running analog of the function using the func CLI or client library, and it can be invoked from your browser or from the command line:

curl http://myfunction.example.com/

For more, see the complete documentation