//go:build tools
// +build tools
package tools
import (
_ "github.com/chekoopa/go-localize"
_ "github.com/valyala/quicktemplate/qtc"
)