var os.Interrupt

2 uses

	os (current package)
		exec_posix.go#L21: 	Interrupt Signal = syscall.SIGINT

	src.elv.sh/pkg/shell
		runtime.go#L206: 	return process.Signal(os.Interrupt)