mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
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>
8 lines
136 B
Go
8 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() {
|
|
}
|