Build builds the Modules into a ModuleSet. Any errors from Add* calls will be returned here as well. For future consideration, `Build` can take ...buildOption. A use case for this would be for workspaces to have a unified/top-level README and/or LICENSE file. The workspace at build time can pass `
()
| 107 | // the module set. Then each module in the module set can refer to this through the module |
| 108 | // set as needed. |
| 109 | Build() (ModuleSet, error) |
| 110 | |
| 111 | isModuleSetBuilder() |
| 112 | } |
no outgoing calls