// +build tools

package tools

import (
	_ "github.com/aktau/github-release"
	_ "golang.org/x/tools/cmd/goimports"
)
