https://git.jolheiser.com/tmpl.git
1 2 3 4 5 6 7 8
//go:build tools // +build tools package main import ( _ "github.com/rs/zerolog/cmd/lint" )