var Modules … type modules … type moduleAtVersion … func (modules) Name() string { … } func (modules) Filename(exported *Exported, module, fragment string) string { … } func (modules) Finalize(exported *Exported) error { … } func writeModuleFiles(rootDir, module, ver string, filePaths map[string]string) error { … } func modCache(exported *Exported) string { … } func primaryDir(exported *Exported) string { … } func moduleDir(exported *Exported, module string) string { … } var versionSuffixRE … func moduleVersion(module string) string { … }