Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

Add -gopath flag to init #497

Merged
merged 3 commits into from
Jun 17, 2017
Merged

Commits on Jun 17, 2017

  1. Add -gopath flag to init

    darkowlzz committed Jun 17, 2017
    Configuration menu
    Copy the full SHA
    b674913 View commit details
    Browse the repository at this point in the history
  2. Generalize FinalizeManifestAndLock

    - Removes gopathScanner's FinalizeManifestAndLock() and its usage.
    - Adds using removeTransitiveDependencies() to remove unused
    constraints.
    - Changes rootAnalyzer's FinalizeManifestAndLock to log feedback for new
    constraints and locked projects only.
    darkowlzz committed Jun 17, 2017
    Configuration menu
    Copy the full SHA
    3eb07c3 View commit details
    Browse the repository at this point in the history
  3. Print locked project feedback for all new dir deps

    - Removes `removeTransitiveDependencies()` from
    `FinalizeRootManifestAndLock`.
    - Moves locked project feedback for new direct deps out of conditional
    clause.
    darkowlzz committed Jun 17, 2017
    Configuration menu
    Copy the full SHA
    3c34e8f View commit details
    Browse the repository at this point in the history