vanity/tools.go

9 lines
95 B
Go
Raw Normal View History

//go:build tools
// +build tools
package main
import (
_ "github.com/rs/zerolog/cmd/lint"
)