Chromium Code Reviews| OLD | NEW |
|---|---|
| (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 } | |
| OLD | NEW |