| commit | 6be4b5341c4de9c6aa4018f4b6e6c90816fab0f6 | [log] [tgz] |
|---|---|---|
| author | Haoming Zhang <haoming@haoming-macbookpro.roam.corp.google.com> | Wed Mar 15 15:53:39 2017 -0700 |
| committer | Haoming Zhang <haoming@haoming-macbookpro.roam.corp.google.com> | Wed Mar 15 15:53:39 2017 -0700 |
| tree | aa7573453e845336bc6fe633c7876031a96472d8 | |
| parent | e3d621752f7e602e2d8a506cacaea6be0ea67e5b [diff] |
adress comments
diff --git a/apid.go b/apid.go index 6e49337..a7429b5 100644 --- a/apid.go +++ b/apid.go
@@ -9,7 +9,7 @@ const ( SystemEventsSelector EventSelector = "system event" ShutdownEventSelector EventSelector = "shutdown event" - ShutdownTimeout time.Duration = time.Duration(10) * time.Second + ShutdownTimeout time.Duration = 10 * time.Second ) var (