mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +00:00
8 lines
224 B
Go
8 lines
224 B
Go
// Copyright (c) HashiCorp, Inc.
|
|
// SPDX-License-Identifier: BUSL-1.1
|
|
|
|
package main // import "github.com/hashicorp/vault"
|
|
|
|
// This file is intentionally empty to force early versions of Go
|
|
// to test compilation for tests.
|