]> Cypherpunks repositories - gostls13.git/commit
runtime: add missing copyright header to signal_windows_test.go
authorTobias Klauser <tklauser@distanz.ch>
Fri, 2 Sep 2022 12:28:11 +0000 (14:28 +0200)
committerGopher Robot <gobot@golang.org>
Tue, 6 Sep 2022 16:53:53 +0000 (16:53 +0000)
commitdc029f286e1860eca810b1c087ce09e0933ed746
tree1e70c7e85f8f3c84f42bfd34d5b32c2d22c38a80
parent1110222bee07ba6f8786f7a5fafb2449e441495e
runtime: add missing copyright header to signal_windows_test.go

The file was added in CL 181839 which was submitted in 2019.

Also delete the superfluous //go:build windows build constraint which is
already part of the file name.

Change-Id: Iecdf3d75848a7b8e2a76cd18c9fff4fb90acdac2
Reviewed-on: https://go-review.googlesource.com/c/go/+/427854
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
src/runtime/signal_windows_test.go