package debug
Import Path
github.com/apache/arrow-go/v18/parquet/internal/debug (on go.dev)
Dependency Relation
imports 0 packages, and imported by 3 packages
Involved Source Files
assert_off.go
Package debug provides APIs for conditional runtime assertions and debug logging.
# Using Assert
To enable runtime assertions, build with the assert tag. When the assert tag is omitted,
the code for the assertion will be omitted from the binary.
log_off.go
Package-Level Functions (total 2)
Assert will panic with msg if cond is false.
msg must be a string, func() string or fmt.Stringer.
func Log(interface{})![]() |
The pages are generated with Golds v0.8.2. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |