8 lines
79 B
Go
8 lines
79 B
Go
package main
|
|
|
|
import "testing"
|
|
|
|
func TestT1(t *testing.T) {
|
|
t.Log("TestT1")
|
|
}
|