Skip to content

Commit 3e48c03

Browse files
wdvxdr1123ianlancetaylor
authored andcommitted
reflect: add missing copyright header
Change-Id: I5a2f7203f83be02b03aa7be5fe386e485bf68ca3 Reviewed-on: https://go-review.googlesource.com/c/go/+/336189 Reviewed-by: Ian Lance Taylor <[email protected]> Trust: Robert Findley <[email protected]>
1 parent 48c88f1 commit 3e48c03

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

src/reflect/visiblefields.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright 2021 The Go Authors. All rights reserved.
2+
// Use of this source code is governed by a BSD-style
3+
// license that can be found in the LICENSE file.
4+
15
package reflect
26

37
// VisibleFields returns all the visible fields in t, which must be a

src/reflect/visiblefields_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright 2021 The Go Authors. All rights reserved.
2+
// Use of this source code is governed by a BSD-style
3+
// license that can be found in the LICENSE file.
4+
15
package reflect_test
26

37
import (

0 commit comments

Comments
 (0)