//go:build tools

package tools

import (
	_ "github.com/mgechev/revive"
)