Michael Tucker
Michael Tucker
open/keybase/public/fidelitymike
https://github.com/keybase/client.git
zappamat:patch-1
package libkb import ( "time" "github.com/keybase/client/go/kbun" "github.com/keybase/client/go/protocol/keybase1" ) type deviceForUsersRet struct { AppStatusEmbed UserConfigs []deviceForUser `json:"user_configs"` } type deviceForUser struct { UID keybase1.UID `json:"uid"` DeviceID keybase1.DeviceID `json:"device_id"` OK bool `json:"ok"`...
c4575efb43f90c91eadf6c81f0a598c583070402
https://github.com/zappamat