Add some managed key build tags to support incoming enterprise feature work. (#18902)

This commit is contained in:
Matt Schultz
2023-01-30 14:57:01 -06:00
committed by GitHub
parent d39fef001d
commit 564357f1f9
2 changed files with 4 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
//go:build !enterprise
package transit
import (

View File

@@ -1,3 +1,5 @@
//go:build !enterprise
package keysutil
import (