diff --git a/api.go b/api.go index 7516795..596ebbe 100644 --- a/api.go +++ b/api.go @@ -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" diff --git a/chatIn.go b/chatIn.go index 8d83143..2995d78 100644 --- a/chatIn.go +++ b/chatIn.go @@ -1,4 +1,4 @@ -package api +package keybase import () diff --git a/chatOut.go b/chatOut.go index bab1c7e..8234039 100644 --- a/chatOut.go +++ b/chatOut.go @@ -1,4 +1,4 @@ -package api +package keybase import ( "encoding/json"