keybase / go-keychain

Golang keychain package for iOS and macOS
MIT License
573 stars 120 forks source link

not seeing all the expected exports after importing the package #98

Open dcopenhaver opened 1 year ago

dcopenhaver commented 1 year ago

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

nlypage commented 4 weeks ago

same problem, have you found a solution