From 24acc66eabead631b4e856255a9ad925549cee80 Mon Sep 17 00:00:00 2001 From: Josh Bleecher Snyder Date: Thu, 6 Apr 2017 11:43:20 -0700 Subject: [PATCH] cmd/compilebench: put in correct subdirectory Apparently there was a typo during initial import, and compilebench was placed at the top level, rather than in the cmd subdirectory. Oops. Fix that. Change-Id: Ibea9ed132dca26c022ea02933defec9534105f18 Reviewed-on: https://go-review.googlesource.com/39792 Run-TryBot: Josh Bleecher Snyder TryBot-Result: Gobot Gobot Reviewed-by: Brad Fitzpatrick --- {compilebench => cmd/compilebench}/main.go | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {compilebench => cmd/compilebench}/main.go (100%) diff --git a/compilebench/main.go b/cmd/compilebench/main.go similarity index 100% rename from compilebench/main.go rename to cmd/compilebench/main.go