2025-04-01 10:38:02 +09:00

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