vagrant/tools.go

11 lines
148 B
Go
Raw Normal View History

// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
//go:build tools
package tools
import (
_ "github.com/randall77/makefat"
)