From 34a481fea0a49d4736d951dd5b006ff7f471fdd2 Mon Sep 17 00:00:00 2001 From: Sam Date: Fri, 31 May 2019 22:23:50 -0400 Subject: [PATCH] Corrected package name --- api.go | 2 +- chatIn.go | 2 +- chatOut.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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"