mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-02-03 20:39:27 -05:00
9 lines
345 B
Go
9 lines
345 B
Go
// Copyright (c) HashiCorp, Inc.
|
|
// SPDX-License-Identifier: BUSL-1.1
|
|
|
|
// Package client contains the Vagrant client implementation.
|
|
//
|
|
// The Vagrant client exposes a slightly higher level of abstraction
|
|
// than direct a API client for performing operations on an application.
|
|
// The primary consumer of this package is the CLI.
|
|
package client
|