scriptx/fmt_test.go

7 lines
89 B
Go
Raw Normal View History

package scriptx_test
import "testing"
func TestPrintf(t *testing.T) {
t.Log("Hello")
}