Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 842 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 842 Bytes

gogen

Build Status codecov Go Report Card

A simple Golang Generics library, with generic functions for slices

Dependencies used:

  • using go 1.19
  • using nancy, tool to check for vulnerabilities in your Golang dependencies

How to run audit, tests and coverage

make audit test coverage