summaryrefslogtreecommitdiff
path: root/windows.go
diff options
context:
space:
mode:
Diffstat (limited to 'windows.go')
-rw-r--r--windows.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/windows.go b/windows.go
index 7718da5..7ecffe9 100644
--- a/windows.go
+++ b/windows.go
@@ -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")
}