Files
donut/local-tmp-go-astiav/device_test.go
Leandro Moreira af8aa3acff add local astiav
2024-05-13 08:58:23 -03:00

10 lines
95 B
Go

package astiav
import (
"testing"
)
func TestDevice(t *testing.T) {
RegisterAllDevices()
}