From 0631dc60a7f5efd32b8e327f2652eec2fcbce751 Mon Sep 17 00:00:00 2001 From: David Haukeness Date: Thu, 12 Mar 2020 15:23:08 +0000 Subject: [PATCH] updated phrasing to match go standards --- docs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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