Skip to content
Discussion options

You must be logged in to vote

You're correct in your assumption: go build guarantees the order of packages being built do that all dependencies of each package come first. Parallelism happens for sure, but never breaking that rule.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Ch111p
Comment options

Answer selected by Ch111p
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants