Merge pull request #67 from jun06t/readme

[ci skip] Update read me
This commit is contained in:
Junpei Tsuji
2018-05-18 18:24:56 +09:00
committed by GitHub

View File

@@ -53,8 +53,6 @@ func main() {
```
import(
"golang.org/x/oauth2"
"github.com/awa/go-iap/playstore"
)
@@ -82,7 +80,8 @@ import(
func main() {
client := amazon.New("developerSecret")
resp, err := client.Verify("userID", "receiptID")
ctx := context.Background()
resp, err := client.Verify(ctx, "userID", "receiptID")
}
```