Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 667 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 667 Bytes

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

https://github.com/vikram-raj/hello-func-go

PAC-TEST-1