Forráskód Böngészése

plugins: Rename plugins_linux.go to plugins_unix.go and use build tags

This allows pkg/authorization to build on OS X.

Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
Aaron Lehmann 8 éve
szülő
commit
3da1192828
1 módosított fájl, 2 hozzáadás és 0 törlés
  1. 2 0
      pkg/plugins/plugins_unix.go

+ 2 - 0
pkg/plugins/plugins_linux.go → pkg/plugins/plugins_unix.go

@@ -1,3 +1,5 @@
+// +build !windows
+
 package plugins
 package plugins
 
 
 // BasePath returns the path to which all paths returned by the plugin are relative to.
 // BasePath returns the path to which all paths returned by the plugin are relative to.