mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-01 04:22:02 +08:00

### Summary A config package based on https://github.com/open-telemetry/opentelemetry-collector/blob/main/confmap/confmap.go for signoz. #### Related Issues / PR's This is a part of https://github.com/SigNoz/signoz/pull/5710
5 lines
202 B
Go
5 lines
202 B
Go
// Package version is used to track the build information of the application.
|
|
// This is typically set via ldflags at build time.
|
|
// Eg: -ldflags="-X 'pkg/version.Build.Version=v1.0.0'"
|
|
package version
|