Moved main doc stuff to its own file

This commit is contained in:
Sam
2019-05-31 22:25:43 -04:00
parent 34a481fea0
commit fea0ecaf4c
2 changed files with 2 additions and 1 deletions

1
api.go
View File

@ -1,4 +1,3 @@
// keybase/api implements an interface for interacting with the Keybase Chat, Team, and Wallet APIs
package keybase
import (

2
docs.go Normal file
View File

@ -0,0 +1,2 @@
// The keybase package implements an interface for interacting with the Keybase Chat, Team, and Wallet APIs
package keybase