1
0
mirror of https://github.com/golang/go synced 2024-11-19 01:14:39 -07:00

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

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 (