package
standard library
Version:
go1.17.12
Opens a new window with list of versions in this module.
Published: Jul 12, 2022
License: BSD-3-Clause
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Static initialization phase.
These values are stored in two bits in Node.flags.
Task makes and returns an initialization record for the package.
See runtime/proc.go:initTask for its layout.
The 3 tasks for initialization are:
- Initialize all of the packages the current package depends on.
- Initialize all the variables that have initializers.
- Run any init functions.
type InitOrder struct {
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.