Fix "./docker" package name on freebsd
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>
This commit is contained in:
parent
71f422435e
commit
e54c4517a7
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
// +build daemon
|
||||
|
||||
package docker
|
||||
package main
|
||||
|
||||
// notifySystem sends a message to the host when the server is ready to be used
|
||||
func notifySystem() {
|
||||
|
|
Loading…
Reference in a new issue