7 lines
61 B
Go
7 lines
61 B
Go
|
package x
|
||
|
|
||
|
import "testing"
|
||
|
|
||
|
func TestTest(t *testing.T) {
|
||
|
}
|