Corrected package name
This commit is contained in:
2
api.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"
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
package api
|
package keybase
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
|
|||||||
Reference in New Issue
Block a user