From 34fbb29ae00af3a61c641642137dfecc8c2ebc65 Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Thu, 19 Sep 2013 11:38:07 +1000 Subject: [PATCH] go.tools/gotype: move to go.tools/cmd/gotype Commands in the go.tools repo should be under the cmd subdirectory. R=gri, adg CC=golang-dev https://golang.org/cl/13768044 --- {gotype => cmd/gotype}/doc.go | 0 {gotype => cmd/gotype}/gotype.go | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename {gotype => cmd/gotype}/doc.go (100%) rename {gotype => cmd/gotype}/gotype.go (100%) diff --git a/gotype/doc.go b/cmd/gotype/doc.go similarity index 100% rename from gotype/doc.go rename to cmd/gotype/doc.go diff --git a/gotype/gotype.go b/cmd/gotype/gotype.go similarity index 100% rename from gotype/gotype.go rename to cmd/gotype/gotype.go