Files
wgctrl-go/os_windows.go
Tobias Klauser 317097aa87 all: add //go:build lines
Starting with Go 1.17, //go:build lines are preferred over // +build
lines, see https://golang.org/doc/go1.17#build-lines and
https://golang.org/design/draft-gobuild for details.

This change was generated by running Go 1.17 go fmt ./... which
automatically adds //go:build lines based on the existing // +build
lines.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
2021-09-27 11:50:26 +02:00

608 B