package debug
import "github.com/influxdata/flux/internal/debug"
Index ¶
Functions ¶
func Assert ¶
func Assert(cond bool, msg interface{})
Assert will panic with msg if cond is false.
msg must be a string, func() string or fmt.Stringer.
Source Files ¶
- Version
- v0.196.1 (latest)
- Published
- Feb 19, 2025
- Platform
- linux/amd64
- Last checked
- 1 day ago –
Tools for package owners.