github.com/graphql-editor/azure-functions-golang-worker@v0.1.0/worker.config.json (about)

     1  {
     2      "description":{
     3          "language":"golang",
     4          "extensions":[".go"],
     5          "defaultExecutablePath":"go",
     6          "arguments": ["run", "github.com/graphql-editor/azure-functions-golang-worker/cmd/worker"]
     7      }
     8  }