Still not using the new process for generating the manifest exactly. This commit only replaces the call to PackageSets() with a call to Manifest() to get the Content.PackageSets. This is essentially the same as before, when we were initialising the manifest object twice. The Manifest() function does a tiny bit more work than PackageSets(), but it's minimal and we gain the benefit of only having a single code path and, although it's run twice, it's always run in the same way. |
||
|---|---|---|
| .. | ||
| v2 | ||
| server.go | ||