10 lines
84 B
Go
10 lines
84 B
Go
package autoscanner
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestAutoScanner(t *testing.T) {
|
|
|
|
}
|