Browse Source

Corrected package name

main
Sam 5 years ago
parent
commit
34a481fea0
  1. 2
      api.go
  2. 2
      chatIn.go
  3. 2
      chatOut.go

2
api.go

@ -1,5 +1,5 @@ @@ -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"

2
chatIn.go

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

2
chatOut.go

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

Loading…
Cancel
Save