Remove extra +build statement.

This commit is contained in:
Mariano Cano 2020-05-07 18:51:41 -07:00
parent ef2b13b163
commit 029483463b

View file

@ -11,8 +11,6 @@ import (
"github.com/smallstep/certificates/kms/apiv1"
)
// +build !cgo
// YubiKey implements the KMS interface on a YubiKey.
type YubiKey struct{}