7 lines
321 B
Go
7 lines
321 B
Go
// Package phase handles logic internal to the CNB lifecycle,
|
|
// and roughly corresponds to the actions denoted by "the lifecycle MUST" and "the lifecycle SHALL"
|
|
// in the [Platform Interface Specification].
|
|
//
|
|
// [Platform Interface Specification]: https://github.com/buildpacks/spec/blob/main/platform.md
|
|
package phase
|