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:
parent
03ca00ddd4
commit
aaa5866ea1
|
|
@ -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
|
package loader
|
||||||
|
|
||||||
import (
|
import (
|
||||||
Loading…
Reference in New Issue