commit 90aec54d0045d7a9b4ac837a03447684ecdc46e6 parent 5d0a236854dcef596f608c2b7b2dd6197af0efb6 Author: Martin Ashby <martin@martin-laptop.lan> Date: Mon, 21 May 2018 10:34:56 +0100 More imports Diffstat:
M | unicorn/RealUnicorn.go | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/unicorn/RealUnicorn.go b/unicorn/RealUnicorn.go @@ -6,6 +6,7 @@ import ( "github.com/ecc1/spi" "log" "os" + "os/signal" "syscall" )