1
0
mirror of https://github.com/cmur2/miflorad.git synced 2025-06-26 22:30:24 +02:00

module: add tests for common package

This commit is contained in:
cn
2018-12-14 13:34:16 +01:00
parent e75c04785a
commit c96878c22c
7 changed files with 75 additions and 3 deletions

1
go.mod
View File

@ -14,4 +14,5 @@ require (
github.com/muka/go-bluetooth v0.0.0-20181012115104-31d8f53bf9a1
github.com/pkg/errors v0.8.0 // indirect
github.com/sirupsen/logrus v1.2.0 // indirect
github.com/stretchr/testify v1.2.2
)