1
0
mirror of https://github.com/golang/go synced 2024-11-23 19:20:03 -07:00

internal/trace: add license header to writer.go

Change-Id: I9f23490a565b81b155642fe301f897c1d0af03fd
Reviewed-on: https://go-review.googlesource.com/c/go/+/232810
Reviewed-by: Emmanuel Odeke <emm.odeke@gmail.com>
This commit is contained in:
Povilas Versockas 2020-05-10 12:19:05 +03:00 committed by Emmanuel Odeke
parent c9442dc850
commit 000636fdb5

View File

@ -1,3 +1,7 @@
// Copyright 2017 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 trace
import "bytes"