Skip to content

Commit

Permalink
upd: adding build tags specifically for windows and linux
Browse files Browse the repository at this point in the history
  • Loading branch information
rizkybiz committed Jun 29, 2021
1 parent 6b6fd01 commit 2e1d088
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sighndlr_windows.go
Expand Up @@ -3,6 +3,8 @@
// license that can be found in the LICENSE file.
//

// +build windows

// Signal handling for Windows
// doesn't have SIGINFO, attempt to use SIGTRAP instead...

Expand Down
2 changes: 2 additions & 0 deletions signlhndlr_linux.go
Expand Up @@ -3,6 +3,8 @@
// license that can be found in the LICENSE file.
//

// +build linux

// Signal handling for Linux
// doesn't have SIGINFO, using SIGTRAP instead

Expand Down

0 comments on commit 2e1d088

Please sign in to comment.