6 lines
187 B
Go
6 lines
187 B
Go
// Package initialization defines the Initialization stage of the plugin loader pipeline.
|
|
//
|
|
// The Initialization stage must implement the Initializer interface.
|
|
|
|
package initialization
|