mirror of
https://github.com/golang/go
synced 2024-11-02 11:50:30 +00:00
test: add missing copyright notice
Change-Id: I2a5353203ca2958fa37fc7a5ea3f22ad4fc62b0e Reviewed-on: https://go-review.googlesource.com/24282 Run-TryBot: Ian Lance Taylor <iant@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: David Chase <drchase@google.com>
This commit is contained in:
parent
349f0fb89a
commit
e1a6e71e74
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
||||||
// errorcheck -0 -race
|
// errorcheck -0 -race
|
||||||
|
|
||||||
|
// Copyright 2016 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 foo
|
package foo
|
||||||
|
|
||||||
const benchmarkNumNodes = 10000
|
const benchmarkNumNodes = 10000
|
||||||
|
|
Loading…
Reference in a new issue