Skip to content

tonyespy/go-mod-bootstrap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-mod-bootstrap

This module contains the common bootstrap and dependency injection container originally implemented in the edgex-go repository and extracted here for reuse.

Installation

  • Make sure you're using at least Go 1.12 (EdgeX is currently using Go 1.15) and have modules enabled (i.e. have an initialized go.mod file).
  • Run go get github.com/edgexfoundry/go-mod-bootstrap
    • This will add go-mod-bootstrap to the go.mod file and download it into the module cache

Packages

No packages published

Languages

  • Go 99.9%
  • Makefile 0.1%