vaguecoder / gorilla-mux

A fork of gorilla/mux, the powerful HTTP router and URL matcher for building Go web servers with 🦍
http://www.gorillatoolkit.org/pkg/mux
BSD 3-Clause "New" or "Revised" License
1 stars 3 forks source link

Feat: Script for Coverage check #22 #38

Open tanryberdi opened 1 year ago

tanryberdi commented 1 year ago

See #22

vaguecoder commented 1 year ago

My initial idea in achieving this is to have a single script that can be called from both make and actions as explained in #22. That way, the modifications in the future can be done in a single place. WDYT?