mirror of
https://github.com/yalue/onnxruntime_go.git
synced 2025-10-28 17:41:51 +08:00
Use t.Fatalf and t.Errorf in onnxruntime_test.go
- I used t.Logf(), t.FailNow() in many places when a single function would have sufficed. Apparently I need to read the Go docs a bit better.
This commit is contained in: