From a8fbdc52c2d7170bc8b144bef9d522bef9f0d815 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Thu, 19 Dec 2019 15:22:35 +0000 Subject: chore(buildGo): Relayout for depot merge --- overrides/buildGo/example/lib.go | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 overrides/buildGo/example/lib.go (limited to 'overrides/buildGo/example/lib.go') 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" +} -- cgit 1.4.1