# Packages
No description provided by the author
No description provided by the author
No description provided by the author
# README
Prerequicites
If you don't already have it, install Azure Functions Core Tools.
Running the examples
Build the handler with
$ go build handler.go
Start the local functions runtime
$ func start