Fixed makefile

This commit is contained in:
Junpei Tsuji
2020-02-20 13:02:14 +09:00
parent 3c88ce1648
commit a61c519ac8
5 changed files with 19 additions and 12 deletions

View File

@@ -10,7 +10,7 @@ import (
"time"
)
//go:generate mockgen -destination=mocks/mock_appstore.go -package=mocks github.com/awa/go-iap/appstore IAPClient
//go:generate mockgen -destination=mocks/appstore.go -package=mocks github.com/awa/go-iap/appstore IAPClient
const (
// SandboxURL is the endpoint for sandbox environment.