Skip to content
This repository has been archived by the owner on Aug 1, 2021. It is now read-only.

Latest commit

 

History

History
40 lines (22 loc) · 1011 Bytes

README.md

File metadata and controls

40 lines (22 loc) · 1011 Bytes

Topics

Terminology

origin

Refers to the module which contains the project being exported.

Also: origin module, origin codebase, origin tree

Ops.From

Shorthand for an operation's top-level From section in the config file.

Ops.Dep

Shorthand for an element of an operation's Dep section in the config file.

Also: Dep

target project

Refers to the primary code tree(s) of an export/import operation, files identified by an operation's top-level From section in the config file.

Also: local project, project-local <noun>

Shared first-party dependencies

Refers to Go packages which are direct/transitive dependencies of the target project which also exist in the origin.

Also: Ops.Dep, Dep

Examples: