don't reference SIGUSR1 on windows (#2018)

This commit is contained in:
Shivaram Lingamneni
2022-12-17 21:15:55 -08:00
committed by GitHub
parent 238407c70e
commit a052b82c78
3 changed files with 24 additions and 3 deletions
+1 -2
View File
@@ -1,5 +1,4 @@
//go:build !plan9
// +build !plan9
//go:build !plan9 && !windows
// Copyright (c) 2020 Shivaram Lingamneni
// released under the MIT license