Added basic test to mk2driver to test know state.

This commit is contained in:
Nicholas Thompson
2019-03-21 00:14:20 +02:00
committed by ncthompson
parent 8b0b4f64f1
commit 0b324458f0
3 changed files with 149 additions and 0 deletions

1
go.mod
View File

@@ -4,6 +4,7 @@ require (
github.com/gorilla/websocket v1.4.0
github.com/prometheus/client_golang v0.9.2
github.com/rakyll/statik v0.1.5
github.com/stretchr/testify v1.3.0
github.com/tarm/serial v0.0.0-20180830185346-98f6abe2eb07
golang.org/x/sys v0.0.0-20190312061237-fead79001313 // indirect
)