mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-21 22:51:09 +02:00
9 lines
141 B
Go
9 lines
141 B
Go
// Copyright (c) HashiCorp, Inc.
|
|
// SPDX-License-Identifier: BUSL-1.1
|
|
|
|
//go:build !enterprise
|
|
|
|
package constants
|
|
|
|
const IsEnterprise = false
|