1
0
mirror of https://github.com/golang/go synced 2024-11-26 20:41:24 -07:00

internal/reflectlite: add missing copyright header

Change-Id: Id43870de6608ef2e8c0ebef82fd710b2c3061e66
Reviewed-on: https://go-review.googlesource.com/c/go/+/199599
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com>
This commit is contained in:
Cuong Manh Le 2019-10-07 22:04:06 +07:00 committed by Tobias Klauser
parent 72dc9ab191
commit 54001652d4

View File

@ -1,3 +1,7 @@
// Copyright 2019 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 reflectlite_test
import (