func/templates/go/.instanced-http
David Fridrich 2228c9dbe0
fix: struct naming in instanced go http templates synced (#2670)
* sync names

Signed-off-by: David Fridrich <fridrich.david19@gmail.com>

* zz

Signed-off-by: David Fridrich <fridrich.david19@gmail.com>

---------

Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
2025-01-31 18:53:57 +00:00
..
README.md feat: write instanced and static scaffolding (#1732) 2023-05-18 20:03:14 +00:00
function.go fix: struct naming in instanced go http templates synced (#2670) 2025-01-31 18:53:57 +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