mirror of
https://github.com/golang/go
synced 2024-11-14 17:20:21 -07:00
go/ast/internal/tests: add missing copyright header
I forgot to add it in CL 616340 Change-Id: I6c906fa79f2e53ce8bf506d836472b037cb46f85
This commit is contained in:
parent
47a9935920
commit
2a301b12df
@ -1,3 +1,7 @@
|
||||
// Copyright 2024 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.
|
||||
|
||||
// Tests is a helper package to avoid cyclic dependency between go/ast and go/parser.
|
||||
package tests
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user