Ok fails if cond is false
func(cond bool, v ...interface{})
| 30 | |
| 31 | // Ok fails if cond is false |
| 32 | type Ok func(cond bool, v ...interface{}) |
| 33 | |
| 34 | // No fails if err is present |
| 35 | type No func(err error) |
nothing calls this directly
no outgoing calls
no test coverage detected