Switch to newest pegomock library (#205)

This commit is contained in:
Luke Kysow
2017-11-19 22:41:43 -08:00
committed by GitHub
parent ff5183642f
commit acdf771ce7
95 changed files with 1395 additions and 190 deletions

View File

@@ -9,7 +9,7 @@ import (
"github.com/google/go-github/github"
)
//go:generate pegomock generate --use-experimental-model-gen --package mocks -o mocks/mock_gh_request_validation.go GithubRequestValidator
//go:generate pegomock generate -m --use-experimental-model-gen --package mocks -o mocks/mock_gh_request_validation.go GithubRequestValidator
// GithubRequestValidator validates GitHub requests.
type GithubRequestValidator interface {