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

Unified Diff: appengine/cmd/dm/frontend/apigen.go

Issue 1622553005: Remove log filtering and add stringsetflag. (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@master
Patch Set: error on empty Created 4 years, 11 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 | « no previous file | appengine/cmd/milo/Makefile » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/cmd/dm/frontend/apigen.go
diff --git a/appengine/cmd/dm/frontend/apigen.go b/appengine/cmd/dm/frontend/apigen.go
index b58ab4205a9f517a6f0ec38c45580454071253bb..e008b87ec689bcb71993a94f6c1ac3568a1c1c3b 100644
--- a/appengine/cmd/dm/frontend/apigen.go
+++ b/appengine/cmd/dm/frontend/apigen.go
@@ -2,6 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-//go:generate apigen -api-subproject "dungeon_master" -base-url "https://luci-dm.appspot.com/_ah/api" -log_level=debug
+//go:generate apigen -api-subproject "dungeon_master" -base-url "https://luci-dm.appspot.com/_ah/api" -log-level=debug
package frontend
« no previous file with comments | « no previous file | appengine/cmd/milo/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698