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

Side by Side Diff: maintenancemutex/cmd/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 unified diff | Download patch
« maintenancemutex/README.md ('K') | « maintenancemutex/README.md ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // Copyright 2017 The LUCI Authors. All rights reserved.
iannucci 2017/07/10 19:40:23 put this in a subfolder '//mmutex/cmd/mmutex', or
charliea (OOO until 10-5) 2017/07/10 19:56:50 Done.
2 // Use of this source code is governed under the Apache License, Version 2.0
3 // that can be found in the LICENSE file.
4
5 package cmd
iannucci 2017/07/10 19:40:23 main packages always have the package 'main'
charliea (OOO until 10-5) 2017/07/10 19:56:50 Done.
6
7 func main() {
8 // TODO(charliea): Write the command line interface.
9 }
OLDNEW
« maintenancemutex/README.md ('K') | « maintenancemutex/README.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698