github.com/keybase/client/go@v0.0.0-20241007131713-f10651d043c8/libkb/secret_store_darwin_devel.go (about) 1 //go:build !production && darwin 2 // +build !production,darwin 3 4 package libkb 5 6 // Keep this value small in devel, it's expensive in tests. 7 const maxKeychainItemSlots = 2