Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/johnsonjh/leaktestfe

leaktestfe: A convenience library and front-end for Uber's goleak
https://github.com/johnsonjh/leaktestfe

go golang goleak goroutines leak-detection testing unit-testing

Last synced: 9 days ago
JSON representation

leaktestfe: A convenience library and front-end for Uber's goleak

Awesome Lists containing this project

README

        

# leaktestfe

[![GRC](https://goreportcard.com/badge/github.com/johnsonjh/leaktestfe)](https://goreportcard.com/badge/github.com/johnsonjh/leaktestfe)
[![Maintainability](https://api.codeclimate.com/v1/badges/de27bb8ba8419f68f824/maintainability)](https://codeclimate.com/github/johnsonjh/leaktestfe/maintainability)

---

## A convenience library and front-end for goleak

leaktestfe is a convenience library and front-end for
[goleak](https://go.uber.org/goleak). It currently wraps the goleak.VerifyNone()
behind the "_leaktest_" build tag for simple conditional usage in tests.

---

## Availability

- [GitHub](https://github.com/johnsonjh/leaktestfe)
- [GitLab](https://gitlab.com/johnsonjh/leaktestfe)
- [SourceHut](https://sr.ht/~trn/leaktestfe)
- [NotABug](https://notabug.org/trn/leaktestfe)

---

## License

- [ISC License](https://tldrlegal.com/license/-isc-license)

---