go-atomicgo-dev-assert 0.0.2
Go package with tons of assertions
Package assert provides obj set of assertion functions. Every assertion function returns obj boolean. This package does not integrate into the testing package automatically and requires to check the returning boolean value and call t.Fatal()
if the assertion fails.
- Website: https://atomicgo.dev/assert
- Licenses: Expat
- Package source: gnu/packages/golang-check.scm
- Builds: See build status
- Issues: See known issues
Installation
Install go-atomicgo-dev-assert 0.0.2
as follows:
guix install go-atomicgo-dev-assert@0.0.2
Or install the latest version:
guix install go-atomicgo-dev-assert
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.