Home

tmpl @d9564663dba12674ddec592cb969090e1d445195 - refs - log -
-
https://git.jolheiser.com/tmpl.git
Template automation
tmpl / tools.go
- raw
1
2
3
4
5
6
7
8
//go:build tools
// +build tools

package main

import (
	_ "github.com/rs/zerolog/cmd/lint"
)