Skip to content
Snippets Groups Projects
Commit 82a0bf90 authored by Kevin Lyda's avatar Kevin Lyda :speech_balloon:
Browse files

Update todo; CI.

parent 476aa258
Branches
No related tags found
No related merge requests found
Pipeline #
Package - https://github.com/Debian/dh-make-golang Package - https://github.com/Debian/dh-make-golang
Writing data to device: https://golang.org/pkg/encoding/binary/ Review gq-rfc1201-1.40.txt
Also: https://github.com/tarm/serial * Implement missing commands
* Detect version and gate commands based on version
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
set -xue set -xue
go get -u -f ./cmd/*
go install -v ./cmd/* go install -v ./cmd/*
go list ./... |grep -v vendor/ |xargs go test go list ./... |grep -v vendor/ |xargs go test
gofmt -d $(find * -type f -name '*.go' -not -path 'vendor/*') gofmt -d $(find * -type f -name '*.go' -not -path 'vendor/*')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment