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

Unified Diff: mmutex/cmd/mmutex/main.go

Issue 2990863002: Implement the 'shared' subcommand for mmutex (Closed)
Patch Set: Created 3 years, 5 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 | « mmutex/cmd/mmutex/exclusive_test.go ('k') | mmutex/cmd/mmutex/shared.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mmutex/cmd/mmutex/main.go
diff --git a/mmutex/cmd/mmutex/main.go b/mmutex/cmd/mmutex/main.go
index bb89955399ad185ce734d671a47fcb5ea93dfe44..a2c70bdf470110fa51da52d536b77c85cb4c1ca7 100644
--- a/mmutex/cmd/mmutex/main.go
+++ b/mmutex/cmd/mmutex/main.go
@@ -47,6 +47,7 @@ The source for mmutex lives at:
https://github.com/luci/luci-go/tree/master/mmutex`,
Commands: []*subcommands.Command{
cmdExclusive,
+ cmdShared,
subcommands.CmdHelp,
},
}
« no previous file with comments | « mmutex/cmd/mmutex/exclusive_test.go ('k') | mmutex/cmd/mmutex/shared.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698