Commit 82a0bf90 authored by Kevin Lyda's avatar Kevin Lyda 💬
Browse files

Update todo; CI.

parent 476aa258
Pipeline #1206 failed with stage
in 14 seconds
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
......@@ -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/*')
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment