commit | 4258d8817d6bc05dae17ffa9c90bfb8d87eedf67 | [log] [tgz] |
---|---|---|
author | Bogdan Caprita <caprita@google.com> | Wed Jul 02 09:15:22 2014 -0700 |
committer | Bogdan Caprita <caprita@google.com> | Wed Jul 02 09:15:22 2014 -0700 |
tree | a52b41c4c3393705af4e73574e97c81aab0f01b7 | |
parent | 20afa26d5e7b8ebabd81c1b4f0c3a2d2dcb9359b [diff] [blame] |
veyron,veyron2: rename runtime.Shutdown to runtime.Cleanup. Context: https://docs.google.com/a/google.com/document/d/1Sfq1ZEEPtxMFR2Wj6SFNMlNNXZ9xnuz-Cep73RXmBwI/edit Change-Id: I20b89e7acf70f97c3216bc155e7afcce0cc5db0a
diff --git a/tools/mounttable/main.go b/tools/mounttable/main.go index a59a17b..61a93d6 100644 --- a/tools/mounttable/main.go +++ b/tools/mounttable/main.go
@@ -7,6 +7,6 @@ ) func main() { - defer rt.Init().Shutdown() + defer rt.Init().Cleanup() impl.Root().Main() }