aboutsummaryrefslogtreecommitdiff
path: root/src/sync
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2020-08-17 11:28:26 +0200
committerTobias Klauser <tobias.klauser@gmail.com>2020-08-17 09:45:44 +0000
commitdc12d5b0f5e9c1cfec2a8eb6dd7ff3473c36d45c (patch)
tree77388dceb54f07d803c9b96502c10ccb11ee1ebb /src/sync
parentbf512685fee6282f1a50069ef444412bdf59611b (diff)
downloadgo-dc12d5b0f5e9c1cfec2a8eb6dd7ff3473c36d45c.tar.gz
go-dc12d5b0f5e9c1cfec2a8eb6dd7ff3473c36d45c.zip
all: add empty line between copyright header and package clause
Makes sure the copyright notice is not interpreted as the package level godoc. Change-Id: I2afce7c9d620f19d51ec1438b1d0db1774b57146 Reviewed-on: https://go-review.googlesource.com/c/go/+/248760 Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Dave Cheney <dave@cheney.net>
Diffstat (limited to 'src/sync')
-rw-r--r--src/sync/cond_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sync/cond_test.go b/src/sync/cond_test.go
index 9d0d9adc74..859cae59bc 100644
--- a/src/sync/cond_test.go
+++ b/src/sync/cond_test.go
@@ -1,6 +1,7 @@
// Copyright 2011 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 sync_test
import (