Skip to content

PauloPortugal/gogen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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