Skip to content

Commit c7a665b

Browse files
committed
refactor: migrate to go:build syntax for build constraints
- Remove deprecated build tag syntax in favor of the current go:build format Signed-off-by: appleboy <appleboy.tw@gmail.com>
1 parent 088b7da commit c7a665b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

signals_unix.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build !windows
2-
// +build !windows
32

43
package graceful
54

signals_windows.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build windows
2-
// +build windows
32

43
package graceful
54

0 commit comments

Comments
 (0)