Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/johnsonjh/leaktestfe
- Owner: johnsonjh
- License: isc
- Created: 2021-02-27T03:28:51.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-23T17:22:09.000Z (14 days ago)
- Last Synced: 2024-10-24T01:06:45.445Z (13 days ago)
- Topics: go, golang, goleak, goroutines, leak-detection, testing, unit-testing
- Language: Go
- Homepage: https://github.com/johnsonjh/leaktestfe
- Size: 142 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
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)
---