mirror of
https://github.com/distribution/distribution.git
synced 2025-08-17 14:28:55 +00:00
go1.8 Plugin package brings a mechanism for dynamyc loading. StorageDriver or AccessController can be compiled as plugin and can be loaded at runtime. Signed-off-by: Anton Tiurin <noxiouz@yandex.ru>
6 lines
71 B
Go
6 lines
71 B
Go
// +build !darwin,!windows
|
|
|
|
package pluginloader
|
|
|
|
const suffix = ".so"
|