Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(192)

Unified Diff: vpython/application/application.go

Issue 2927573002: [vpython] Fix PEP425 naming. (Closed)
Patch Set: rebase and update Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « vpython/api/vpython/util.go ('k') | vpython/application/subcommand_verify.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: vpython/application/application.go
diff --git a/vpython/application/application.go b/vpython/application/application.go
index 5cd6f168dfbcc5027e3b7824083aa87f0c36a2eb..ded8af10206a4e3dc76670ee9348946769296e8c 100644
--- a/vpython/application/application.go
+++ b/vpython/application/application.go
@@ -102,7 +102,7 @@ type Config struct {
// verification scenarios.
//
// If nil, verification will only include the validation of the spec protobuf.
- WithVerificationConfig func(context.Context, func(Config, []*vpythonAPI.Pep425Tag) error) error
+ WithVerificationConfig func(context.Context, func(Config, []*vpythonAPI.PEP425Tag) error) error
}
type application struct {
« no previous file with comments | « vpython/api/vpython/util.go ('k') | vpython/application/subcommand_verify.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698