Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 476 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 476 Bytes

DRY for Go

Do not repeat yourself. Re-usable utils for Go apps

TL;DR

Re-usable Go modules for building https://safedep.io

Development

Setup

  • Need golang-1.21, refer .tool-versions
  • Install gitleaks following instructions
  • Install lefthook
go install github.com/evilmartians/lefthook@latest
  • Install git hooks
$(go env GOPATH)/bin/lefthook install