package
Version:
v0.0.0-...-1d6e856
Opens a new window with list of versions in this module.
Published: Jun 30, 2025
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package assert provides basic assertion utilities.
Equal checks if 2 values are equal.
Returns successful assertion status.
Nil checks if value passed is nil.
Returns successful assertion status.
NotNil checks if value passed is not nil.
Returns successful assertion status.
RequireNil fails the test immediately if passed value is not nil.
True checks if value passed is true.
Returns successful assertion status.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.