File tree Expand file tree Collapse file tree 4 files changed +40
-0
lines changed Expand file tree Collapse file tree 4 files changed +40
-0
lines changed Original file line number Diff line number Diff line change 1
1
language : golang-http
2
2
fprocess : ./handler
3
+ welcome_message : |
4
+ You have created a new function which uses Golang 1.13.
5
+
6
+ To include third-party dependencies, use Go modules and use
7
+ "--build-arg GO111MODULE=on" with faas-cli build or configure this
8
+ via your stack.yml file.
9
+
10
+ See more: https://docs.openfaas.com/cli/templates/
11
+ For detailed examples:
12
+ https://github.com/openfaas-incubator/golang-http-template
Original file line number Diff line number Diff line change 1
1
language : golang-http
2
2
fprocess : ./handler
3
+ welcome_message : |
4
+ You have created a new function which uses Golang 1.13.
5
+
6
+ To include third-party dependencies, use Go modules and use
7
+ "--build-arg GO111MODULE=on" with faas-cli build or configure this
8
+ via your stack.yml file.
9
+
10
+ See more: https://docs.openfaas.com/cli/templates/
11
+ For detailed examples:
12
+ https://github.com/openfaas-incubator/golang-http-template
Original file line number Diff line number Diff line change 1
1
language : golang-middleware-armhf
2
2
fprocess : ./handler
3
+ welcome_message : |
4
+ You have created a new function which uses Golang 1.13.
5
+
6
+ To include third-party dependencies, use Go modules and use
7
+ "--build-arg GO111MODULE=on" with faas-cli build or configure this
8
+ via your stack.yml file.
9
+
10
+ See more: https://docs.openfaas.com/cli/templates/
11
+ For detailed examples:
12
+ https://github.com/openfaas-incubator/golang-http-template
Original file line number Diff line number Diff line change 1
1
language : golang-middleware
2
2
fprocess : ./handler
3
+ welcome_message : |
4
+ You have created a new function which uses Golang 1.13.
5
+
6
+ To include third-party dependencies, use Go modules and use
7
+ "--build-arg GO111MODULE=on" with faas-cli build or configure this
8
+ via your stack.yml file.
9
+
10
+ See more: https://docs.openfaas.com/cli/templates/
11
+ For detailed examples:
12
+ https://github.com/openfaas-incubator/golang-http-template
You can’t perform that action at this time.
0 commit comments