Browse Source

Corrected package name

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

2
api.go

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

2
chatIn.go

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

2
chatOut.go

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

Loading…
Cancel
Save