From ff882fea337d3ba281668e38c3186d548d0c1ca2 Mon Sep 17 00:00:00 2001 From: Jeremy Sharpe Date: Tue, 28 May 2019 12:17:31 -0400 Subject: [PATCH] Rename top-level BUILD to BUILD.bazel to avoid case-insensitive collision with "build" directory. I verified this by creating a simple Go project that imports remote-apis, and verified that I get the error and that this commit fixes it. Fixed #82. --- BUILD => BUILD.bazel | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename BUILD => BUILD.bazel (100%) diff --git a/BUILD b/BUILD.bazel similarity index 100% rename from BUILD rename to BUILD.bazel