8 lines
223 B
Go
8 lines
223 B
Go
|
// Copyright (c) HashiCorp, Inc.
|
||
|
// SPDX-License-Identifier: MPL-2.0
|
||
|
|
||
|
package main // import "github.com/hashicorp/vault"
|
||
|
|
||
|
// This file is intentionally empty to force early versions of Go
|
||
|
// to test compilation for tests.
|