jsipprell / keyctl

A Go-lang interface to the linux kernel keyring api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

undefined keyId

xorrior opened this issue · comments

Golinter complains about the keyId type in key.go on line 11. I don't see the type definition for keyId anywhere else in the project? Can we just assume that this value should be an int32?

go get github.com/jsipprell/keyctl

github.com/jsipprell/keyctl

../../jsipprell/keyctl/key.go:11:11: undefined: keyId