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
This commit is contained in:
Alan Donovan 2014-02-19 13:52:19 -05:00
parent 03ca00ddd4
commit aaa5866ea1
1 changed files with 4 additions and 0 deletions

View File

@ -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 (