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

Unified Diff: milo/common/miloerror/error.go

Issue 2241853002: Milo: ACL support (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@lucicfg
Patch Set: rebase Created 4 years, 4 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 | « milo/appengine/settings/acl_test.go ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: milo/common/miloerror/error.go
diff --git a/milo/common/miloerror/error.go b/milo/common/miloerror/error.go
index e3bbc7efd0cf4e66b0bb485694f657654ca20717..b1c90224ad300a229d507e928b5b6d2d633cb26c 100644
--- a/milo/common/miloerror/error.go
+++ b/milo/common/miloerror/error.go
@@ -14,6 +14,6 @@ type Error struct {
Code int
}
-func (e *Error) Error() string {
+func (e Error) Error() string {
return fmt.Sprintf("encountered error %d, %s", e.Code, e.Message)
}
« no previous file with comments | « milo/appengine/settings/acl_test.go ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698