scriptx/fmt_test.go

7 lines
No EOL
89 B
Go

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