1
0
mirror of https://github.com/golang/go synced 2024-09-29 04:24:36 -06:00

cmd/compile: add package comments and copyright

This commit is contained in:
Derek Parker 2022-04-21 16:25:25 -07:00
parent 651d33cd17
commit 370a4ecad3

View File

@ -1,3 +1,9 @@
// Copyright 2022 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 compare contains code for generating comparison
// routines for structs, strings and interfaces.
package compare
import (