diff options
| author | Jeff Carr <[email protected]> | 2024-01-25 00:39:14 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-25 00:39:14 -0600 |
| commit | 41fe4a4659d50d70a835224405490588019d24ff (patch) | |
| tree | dd6677fb17d11a4233568fddf0d3a141434bba10 /windows.go | |
| parent | e24c2c2eb3feb5083a74a9b2cb396bcbcb0ac52d (diff) | |
new homev0.13.0
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'windows.go')
| -rw-r--r-- | windows.go | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,3 +1,4 @@ +//go:build windows // +build windows // put stuff in here that you only want compiled under windows @@ -8,9 +9,6 @@ import ( "go.wit.com/log" ) -// import "go.wit.com/shell" -// import "github.com/davecgh/go-spew/spew" - func handleSignal(err interface{}, ret int) { log.Warn("handleSignal() windows doesn't do signals") } |
