MCPcopy
hub / github.com/pelletier/go-toml / Fatal

Method Fatal

internal/assert/assertions_test.go:185–187  ·  view source on GitHub ↗
(args ...interface{})

Source from the content-addressed store, hash-verified

183}
184
185func (t *testCase) Fatal(args ...interface{}) {
186 t.failed = fmt.Sprint(args...)
187}
188
189func (t *testCase) Fatalf(message string, args ...interface{}) {
190 t.failed = fmt.Sprintf(message, args...)

Calls

no outgoing calls

Tested by

no test coverage detected