mirror of
https://github.com/flavioribeiro/donut.git
synced 2025-09-26 19:11:11 +08:00
10 lines
95 B
Go
10 lines
95 B
Go
package astiav
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestDevice(t *testing.T) {
|
|
RegisterAllDevices()
|
|
}
|