1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Make dockerd debuggable

Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
John Howard 2016-04-23 18:31:57 -07:00
parent dc7664d62e
commit 0c7eab3157
27 changed files with 11 additions and 10 deletions

View file

@ -0,0 +1,5 @@
package main
// notifySystem sends a message to the host when the server is ready to be used
func notifySystem() {
}