diff --git a/docs.go b/docs.go index d6cee83..2042b0f 100644 --- a/docs.go +++ b/docs.go @@ -1,5 +1,5 @@ /* -The keybase package implements an interface for interacting with the Keybase Chat, Team, and Wallet APIs +Package keybase implements an interface for interacting with the Keybase Chat, Team, and Wallet APIs I've tried to follow Keybase's JSON API as closely as possible, so if you're stuck on anything, or wondering why things are organized in a certain way, it's most likely due to that. It may be helpful to look at the