go-meta/shared/const.go

14 lines
310 B
Go
Raw Permalink Normal View History

2023-12-26 20:59:32 +00:00
// Copyright 2023 Michael Amann and contributors
// SPDX-License-Identifier: AGPL-3.0-only
package shared
const (
NoCommit = "dirty"
NoBranch = "no_branch"
NoDefaultBranch = "no_default_branch"
NoTime = "unknown_time"
NoVersion = "no_version"
Missing = "missing"
)