This commit is contained in:
Tulir Asokan
2018-08-26 22:53:13 +03:00
parent 65f077c645
commit 22e76b6a37
14 changed files with 40 additions and 27 deletions

View File

@ -17,8 +17,9 @@
package whatsappExt
import (
"github.com/Rhymen/go-whatsapp"
"encoding/json"
"github.com/Rhymen/go-whatsapp"
)
type ProtocolProps struct {

View File

@ -18,6 +18,7 @@ package whatsappExt
import (
"encoding/json"
"github.com/Rhymen/go-whatsapp"
)