# go-mod-secrets **Repository Path**: EdgexFoundry/go-mod-secrets ## Basic Information - **Project Name**: go-mod-secrets - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-09-28 - **Last Updated**: 2025-10-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # EdgeX Secrets Module [![Build Status](https://jenkins.edgexfoundry.org/view/EdgeX%20Foundry%20Project/job/edgexfoundry/job/go-mod-secrets/job/main/badge/icon)](https://jenkins.edgexfoundry.org/view/EdgeX%20Foundry%20Project/job/edgexfoundry/job/go-mod-secrets/job/main/) [![Code Coverage](https://codecov.io/gh/edgexfoundry/go-mod-secrets/branch/main/graph/badge.svg?token=KrqJoby1fK)](https://codecov.io/gh/edgexfoundry/go-mod-secrets) [![Go Report Card](https://goreportcard.com/badge/github.com/edgexfoundry/go-mod-secrets)](https://goreportcard.com/report/github.com/edgexfoundry/go-mod-secrets) [![GitHub Latest Dev Tag)](https://img.shields.io/github/v/tag/edgexfoundry/go-mod-secrets?include_prereleases&sort=semver&label=latest-dev)](https://github.com/edgexfoundry/go-mod-secrets/tags) ![GitHub Latest Stable Tag)](https://img.shields.io/github/v/tag/edgexfoundry/go-mod-secrets?sort=semver&label=latest-stable) [![GitHub License](https://img.shields.io/github/license/edgexfoundry/go-mod-secrets)](https://choosealicense.com/licenses/apache-2.0/) ![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/edgexfoundry/go-mod-secrets) [![GitHub Pull Requests](https://img.shields.io/github/issues-pr-raw/edgexfoundry/go-mod-secrets)](https://github.com/edgexfoundry/go-mod-secrets/pulls) [![GitHub Contributors](https://img.shields.io/github/contributors/edgexfoundry/go-mod-secrets)](https://github.com/edgexfoundry/go-mod-secrets/contributors) [![GitHub Committers](https://img.shields.io/badge/team-committers-green)](https://github.com/orgs/edgexfoundry/teams/go-mod-secrets-committers/members) [![GitHub Commit Activity](https://img.shields.io/github/commit-activity/m/edgexfoundry/go-mod-secrets)](https://github.com/edgexfoundry/go-mod-secrets/commits) ## Delayed Start Go Build Tags The delayed start feature is by default built-in and included in this module. If other go services would like to **exclude** the delayed start feature in the builds, please do the go builds with tags `non_delayedstart` explicitly like the following: ```console user$ go build -tags non_delayedstart ``` ## Community - Wiki: https://wiki.edgexfoundry.org/ - Website: https://www.edgexfoundry.org/ - Mailing lists: https://lists.edgexfoundry.org/mailman/listinfo ## License [Apache-2.0](LICENSE)