10 lines
86 B
Go
10 lines
86 B
Go
package test
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestDd2(t *testing.T) {
|
|
t.Logf("Testdd")
|
|
}
|