tools/tools.go (5 lines of code) (raw):
// Licensed to Elasticsearch B.V. under one or more agreements.
// Elasticsearch B.V. licenses this file to you under the Apache 2.0 License.
// See the LICENSE file in the project root for more information.
//go:build tools
package tools
import (
_ "golang.org/x/tools/cmd/goimports"
_ "github.com/elastic/go-licenser"
)