The net/http Adapter makes it easy to use Scale Functions with golang net/http standard library.
--language
flag when creating a new Scale Function.scale.go
file that gets generated. The Scale Function is a simple HTTP handler that returns a Hello World
message:
hello-latest.scale
file in the current directory. Now we have everything we need to import
the Scale Function into our Golang application.
import
statement: