blob: 1c75d4e3942efe6ff4aabbda2c07779c8d9cd36f [file] [log] [blame]
diff --git a/labels/labels.go b/labels/labels.go
index 7564621..aba07c0 100644
--- a/labels/labels.go
+++ b/labels/labels.go
@@ -23,6 +23,8 @@ import (
"strings"
)
+const Patched = "hello"
+
// Label represents a Bazel target label.
type Label struct {
Repository string // Repository of the target, can be empty if the target belongs to the current repository