6 lines
168 B
Go
6 lines
168 B
Go
// Package bootstrap defines the Bootstrap stage of the plugin loader pipeline.
|
|
//
|
|
// The Bootstrap stage must implement the Bootstrapper interface.
|
|
|
|
package bootstrap
|