Files
go-sensors/sensors/sensors_test.go

8 lines
85 B
Go

package sensors
import "testing"
func TestInit(t *testing.T) {
Init()
Cleanup()
}