mirror of
https://github.com/golang/go
synced 2024-11-26 16:07:00 -07:00
reflect: add missing copyright header
Change-Id: I5a2f7203f83be02b03aa7be5fe386e485bf68ca3 Reviewed-on: https://go-review.googlesource.com/c/go/+/336189 Reviewed-by: Ian Lance Taylor <iant@golang.org> Trust: Robert Findley <rfindley@google.com>
This commit is contained in:
parent
48c88f1b1b
commit
3e48c0381f
@ -1,3 +1,7 @@
|
|||||||
|
// Copyright 2021 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 reflect
|
package reflect
|
||||||
|
|
||||||
// VisibleFields returns all the visible fields in t, which must be a
|
// VisibleFields returns all the visible fields in t, which must be a
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
// Copyright 2021 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 reflect_test
|
package reflect_test
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
Loading…
Reference in New Issue
Block a user