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

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

Issue 2974113002: Create a maintenance mutex skeleton within luci-go (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/README.md ('k') | no next file » | 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
new file mode 100644
index 0000000000000000000000000000000000000000..d61b202902035f014f3edb4f856c6365c1465583
--- /dev/null
+++ b/mmutex/cmd/mmutex/main.go
@@ -0,0 +1,9 @@
+// Copyright 2017 The LUCI Authors. All rights reserved.
+// Use of this source code is governed under the Apache License, Version 2.0
+// that can be found in the LICENSE file.
+
+package main
+
+func main() {
+ // TODO(charliea): Write the command line interface.
+}
« no previous file with comments | « mmutex/README.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698