mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
e54c4517a7
This fixes "can't load package: package ./docker: found packages client.go (main) and daemon_freebsd.go (docker)" Signed-off-by: Andrew "Tianon" Page <admwiggin@gmail.com>
7 lines
136 B
Go
7 lines
136 B
Go
// +build daemon
|
|
|
|
package main
|
|
|
|
// notifySystem sends a message to the host when the server is ready to be used
|
|
func notifySystem() {
|
|
}
|