Specifying build order for packages while building go

I am trying to add a new package to the go language and I want it to be built before the runtime gets built but I can’t figure out where to specify the build order for packages. Can anyone point me to the file that specifies build order in the go source code?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.