# go-mod-bootstrap **Repository Path**: chaotec/go-mod-bootstrap ## Basic Information - **Project Name**: go-mod-bootstrap - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-04 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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