From aaa5866ea1bbce948457c413a16b1751f70643ec Mon Sep 17 00:00:00 2001 From: Alan Donovan Date: Wed, 19 Feb 2014 13:52:19 -0500 Subject: [PATCH] go.tools/go/loader: rename backdoor so only tests can use it. Also: add copyright message. LGTM=gri R=gri CC=golang-codereviews https://golang.org/cl/64040044 --- go/loader/{backdoor.go => backdoor_test.go} | 4 ++++ 1 file changed, 4 insertions(+) rename go/loader/{backdoor.go => backdoor_test.go} (69%) diff --git a/go/loader/backdoor.go b/go/loader/backdoor_test.go similarity index 69% rename from go/loader/backdoor.go rename to go/loader/backdoor_test.go index 1a5803b2..816d8ef5 100644 --- a/go/loader/backdoor.go +++ b/go/loader/backdoor_test.go @@ -1,3 +1,7 @@ +// Copyright 2014 The Go Authors. All rights reserved. +// Use of this source code is governed by a BSD-style +// license that can be found in the LICENSE file. + package loader import (