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

https://github.com/raeperd/assertg

type safe assertion library for go using generic
https://github.com/raeperd/assertg

Last synced: about 1 month ago
JSON representation

type safe assertion library for go using generic

Awesome Lists containing this project

README

          

# assertg

[![.github/workflows/build.yaml](https://github.com/raeperd/assertg/actions/workflows/build.yaml/badge.svg)](https://github.com/raeperd/assertg/actions/workflows/build.yaml) [![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=raeperd_assertg&metric=reliability_rating)](https://sonarcloud.io/summary/new_code?id=raeperd_assertg) [![Lines of Code](https://sonarcloud.io/api/project_badges/measure?project=raeperd_assertg&metric=ncloc)](https://sonarcloud.io/summary/new_code?id=raeperd_assertg) [![Coverage](https://sonarcloud.io/api/project_badges/measure?project=raeperd_assertg&metric=coverage)](https://sonarcloud.io/summary/new_code?id=raeperd_assertg)

Typesafe assertion library for golang