functions-framework-go is an implementation of functions-framework in Go. It follows the functions-framework criteria for function-to-application conversions.
To learn more about the functions-framework criteria, refer to the following links:
functions-framework-go requires a Go 1.15+ environment. To import this pkg, configure the following code in the go.mod file:
Get the correct version in Compatibility.
require (
github.com/OpenFunction/functions-framework-go <version>
)To learn how to use function-framework-go and how it works, refer to the functions-framework samples in the OpenFunction Samples repository.
