aboutsummaryrefslogtreecommitdiff
path: root/tests/core/go_binary/stamp_dep.go
diff options
context:
space:
mode:
Diffstat (limited to 'tests/core/go_binary/stamp_dep.go')
-rw-r--r--tests/core/go_binary/stamp_dep.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/core/go_binary/stamp_dep.go b/tests/core/go_binary/stamp_dep.go
new file mode 100644
index 00000000..37aa4635
--- /dev/null
+++ b/tests/core/go_binary/stamp_dep.go
@@ -0,0 +1,6 @@
+package stamp_dep
+
+var (
+ DepSelf = "redacted"
+ DepBin = "redacted"
+)