//go:build tools

package tools

import (
	_ "github.com/mgechev/revive"
	_ "golang.org/x/tools/cmd/stringer"
)