1
0
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:
Mateusz Poliwczak 2024-10-03 17:43:10 +02:00
parent 47a9935920
commit 2a301b12df

View File

@ -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