diff --git a/api.go b/api.go index 596ebbe..343a4fe 100644 --- a/api.go +++ b/api.go @@ -1,4 +1,3 @@ -// keybase/api implements an interface for interacting with the Keybase Chat, Team, and Wallet APIs package keybase import ( diff --git a/docs.go b/docs.go new file mode 100644 index 0000000..87add40 --- /dev/null +++ b/docs.go @@ -0,0 +1,2 @@ +// The keybase package implements an interface for interacting with the Keybase Chat, Team, and Wallet APIs +package keybase