func/templates/go/.instanced-http
Dave Protasowski 4f48549c8a
update templates to work with func-go (#2230)
2024-03-14 16:03:46 +00:00
..
README.md feat: write instanced and static scaffolding (#1732) 2023-05-18 20:03:14 +00:00
function.go func-go v1.21.3 - idiomatic handler signatures (#2227) 2024-03-14 14:40:36 +00:00
function_test.go update templates to work with func-go (#2230) 2024-03-14 16:03:46 +00:00
go.mod func-go v1.21.3 - idiomatic handler signatures (#2227) 2024-03-14 14:40:36 +00:00

README.md

HTTP Function Instance

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

Development

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

Once your function is passing tests, deploy it using func deploy. The func CLI also offers several other testing and development commands; see func --help for more.

For more, see the complete documentation