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:
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
|
||||
|
||||
import (
|
Loading…
Reference in New Issue
Block a user