From 47a3130f543703ffc100f0aeaf5e6e80ad776e13 Mon Sep 17 00:00:00 2001 From: Drahoslav Date: Tue, 5 Jun 2018 21:51:36 +0200 Subject: [PATCH] Minor change in edge event detection api Also other minor changes and gofmt --- rpio_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/rpio_test.go b/rpio_test.go index 23e40fa..c20001e 100644 --- a/rpio_test.go +++ b/rpio_test.go @@ -117,4 +117,5 @@ func TestEvent(t *testing.T) { } }) + }