18 lines
691 B
Markdown
18 lines
691 B
Markdown
# Tinyssert
|
|
|
|
A minimal assertion package, all in one single file that you can copy and paste
|
|
to vendor-in and use without adding any dependencies to your project.
|
|
|
|
Inspired by [`stretchr/testify`'s assert package][testify] and [`cheekybits/is`][is].
|
|
|
|
[testify]: https://github.com/stretchr/testify/tree/master/assert
|
|
[is]: https://github.com/cheekybits/is
|
|
|
|
## License
|
|
|
|
The `tinyssert.go` file and package is distributed under the terms of both the
|
|
[Apache License (Version 2.0)](./LICENSE-APACHE) and the [MIT license](./LICENSE-MIT),
|
|
at your option. You may use and/or copy the contents of the file, without removing the original
|
|
license and copyright notice, as required by the licenses.
|
|
|