Corrected package name

This commit is contained in:
Sam
2019-05-31 22:23:50 -04:00
parent c18721fddd
commit 34a481fea0
3 changed files with 3 additions and 3 deletions

2
api.go
View File

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

View File

@ -1,4 +1,4 @@
package api
package keybase
import ()

View File

@ -1,4 +1,4 @@
package api
package keybase
import (
"encoding/json"