Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.

kevin-lindsay-1/openfaas-golang-http-rework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pros

  • 1 go module instead of 2 that are merged, therefore no munging of go.mod, go.sum, vendor/modules.txt needed
  • precomputed vendor binaries, which speed up successive tests and builds
  • parallel testing and builds

considerations

  • assumes vendoring. might need a mild refactor to work with both vendored and unvendored projects

About

PoC repo for rework of OpenFaaS golang-http Template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published