فهرست منبع

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>
Tianon Gravi 9 سال پیش
والد
کامیت
e54c4517a7
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      docker/daemon_freebsd.go

+ 1 - 1
docker/daemon_freebsd.go

@@ -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() {