go-atomicgo-dev-assert
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.
- Versions: 0.0.2
- Website: https://atomicgo.dev/assert
- Licenses: Expat
- Package source: gnu/packages/golang-check.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of go-atomicgo-dev-assert
as follows:
guix install go-atomicgo-dev-assert
Or install a particular version:
guix install go-atomicgo-dev-assert@0.0.2
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.
Badge code
HTML: <a href='http://127.0.0.1:3000/packages/go-atomicgo-dev-assert/'><img src='http://127.0.0.1:3000/packages/go-atomicgo-dev-assert/badges/latest-version.svg'></img></a> Markdown: [![GNU Guix](http://127.0.0.1:3000/packages/go-atomicgo-dev-assert/badges/latest-version.svg)](http://127.0.0.1:3000/packages/go-atomicgo-dev-assert/) Org: [[http://127.0.0.1:3000/packages/go-atomicgo-dev-assert/][http://127.0.0.1:3000/packages/go-atomicgo-dev-assert/badges/latest-version.svg]]