You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ go version
go version go1.7beta1 linux/amd64
$ make
pkcs11 import was not found anywhere without a build tag, yay
+ clean
+ fmt
+ vet
trustmanager/keyfilestore.go:213: literal copies lock value from *memStore: trustmanager.MemoryFileStore
Makefile:94: recipe for target 'vet' failed
make: *** [vet] Error 1
The sync.Mutex in MemoryFileStore might be unnecessary anyway, since KeyMemoryStore provides its own locking.
The text was updated successfully, but these errors were encountered:
The sync.Mutex in MemoryFileStore might be unnecessary anyway, since KeyMemoryStore provides its own locking.
The text was updated successfully, but these errors were encountered: