about summary refs log tree commit diff
path: root/overrides/buildGo/example/lib.go
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2019-12-19T15·22+0000
committerVincent Ambo <tazjin@google.com>2019-12-19T15·22+0000
commita8fbdc52c2d7170bc8b144bef9d522bef9f0d815 (patch)
treed810b996cea8e58adabe001a9f30c391218cbae0 /overrides/buildGo/example/lib.go
parent53630e3b1544de38f509e48ac0f589bcfafa7728 (diff)
chore(buildGo): Relayout for depot merge
Diffstat (limited to 'overrides/buildGo/example/lib.go')
-rw-r--r--overrides/buildGo/example/lib.go9
1 files changed, 9 insertions, 0 deletions
diff --git a/overrides/buildGo/example/lib.go b/overrides/buildGo/example/lib.go
new file mode 100644
index 000000000000..8a61370e994c
--- /dev/null
+++ b/overrides/buildGo/example/lib.go
@@ -0,0 +1,9 @@
+// Copyright 2019 Google LLC.
+// SPDX-License-Identifier: Apache-2.0
+
+package example
+
+// UUID returns a totally random, carefully chosen UUID
+func UUID() string {
+	return "3640932f-ad40-4bc9-b45d-f504a0f5910a"
+}