From f20896ef3b147ac07769eb36c67ba436c6d2ed22 Mon Sep 17 00:00:00 2001 From: Martin Ashby Date: Mon, 28 May 2018 16:29:18 +0100 Subject: New unicorns for displaing animated gifs! Tests pass on both old & new for fakes --- unicorn/RealUnicorn.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'unicorn/RealUnicorn.go') diff --git a/unicorn/RealUnicorn.go b/unicorn/RealUnicorn.go index b3c1df3..6174ccf 100644 --- a/unicorn/RealUnicorn.go +++ b/unicorn/RealUnicorn.go @@ -3,11 +3,12 @@ package unicorn import ( - "github.com/ecc1/spi" "log" "os" "os/signal" "syscall" + + "github.com/ecc1/spi" ) type RealUnicorn struct { -- cgit v1.2.3-ZIG