1
0
mirror of https://github.com/docker/cli.git synced 2026-01-13 18:22:35 +03:00

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>
Upstream-commit: 3da119282806187079b1a6dfdfb0de7631a78647
Component: engine
This commit is contained in:
Aaron Lehmann
2017-03-29 14:04:43 -07:00
parent a79f00c9c4
commit 7b9ebed75d

View File

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