Remove extra +build statement.

pull/252/head
Mariano Cano 4 years ago
parent ef2b13b163
commit 029483463b

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

Loading…
Cancel
Save