Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adaptant-labs/openfaas-golang-http-gomod-template
OpenFaaS Golang HTTP template with Go Modules
https://github.com/adaptant-labs/openfaas-golang-http-gomod-template
golang gomodule openfaas openfaas-template
Last synced: about 1 month ago
JSON representation
OpenFaaS Golang HTTP template with Go Modules
- Host: GitHub
- URL: https://github.com/adaptant-labs/openfaas-golang-http-gomod-template
- Owner: adaptant-labs
- License: other
- Created: 2019-10-14T22:47:18.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-14T23:49:56.000Z (about 5 years ago)
- Last Synced: 2023-04-10T02:55:28.455Z (almost 2 years ago)
- Topics: golang, gomodule, openfaas, openfaas-template
- Language: Go
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenFaaS Golang HTTP template with Go Modules
This repository contains an updated version of the `golang-http` template for
newer versions of Go, using go modules.One further addition is the inclusion of the `Host` string in the incoming
request, which is required for e.g. function endpoint authorization.## Quick Start
To get started, simply pull the template:
```
$ faas template pull https://github.com/adaptant-labs/openfaas-golang-http-gomod-template
```## Licensing
Released under the terms of the MIT License.