From 82a0bf90e2dcf3aaa90eb9d0c68e4ad672903b80 Mon Sep 17 00:00:00 2001 From: Kevin Lyda <kevin@ie.suberic.net> Date: Tue, 31 Jan 2017 11:04:43 +0000 Subject: [PATCH] Update todo; CI. --- TODO | 5 +++-- run_tests.sh | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index 5e7940e..203fcb8 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,5 @@ Package - https://github.com/Debian/dh-make-golang -Writing data to device: https://golang.org/pkg/encoding/binary/ -Also: https://github.com/tarm/serial +Review gq-rfc1201-1.40.txt + * Implement missing commands + * Detect version and gate commands based on version diff --git a/run_tests.sh b/run_tests.sh index 1066710..7f76795 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -6,6 +6,7 @@ set -xue +go get -u -f ./cmd/* go install -v ./cmd/* go list ./... |grep -v vendor/ |xargs go test gofmt -d $(find * -type f -name '*.go' -not -path 'vendor/*') -- GitLab