package
0.0.0-20250328141702-0be2411d0833
Repository: https://github.com/usnistgov/ndn-dpdk.git
Documentation: pkg.go.dev
# Functions
AtOrAround asserts that actual is near expected and has bounded relative error.
AtOrBelow asserts that actual is no more than expected and has bounded relative error.
Between asserts that actual is between two bounds (inclusive).
BytesEqual asserts that actual bytes equals expected bytes.
BytesFromHex converts a hexadecimal string to a byte slice.
No description provided by the author
FromJSON unmarshals from JSON string.
MakeAR creates testify assert and require objects.
RandBytes fills []byte with non-crypto-safe random bytes.
ToJSON marshals a value as JSON string.