keybase / go-keychain

Golang keychain package for iOS and macOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

not seeing all the expected exports after importing the package

dcopenhaver opened this issue · comments

Hello,

After importing "github.com/keybase/go-keychain" I'm not seeing all the expected exports, I see only:
keychain.RandBytes
keychain.RandomID

I'm using VSCode on Windows 11 (I compile code here for macos, linux, and windows).

Any ideas?

Thanks