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

Hide dep guts under internal/ #527

Closed
wants to merge 4 commits into from

Commits on May 7, 2017

  1. Hide dep guts under internal/

    * Move dep/ to internal/
    * Move testdata/ to internal/testdata
    * Move log funcs into own internal package so test, internal and cmd/dep can reference.
      Otherwise circular references were present.
      Using the name util in honor of @kris-nova and to ensure proper bike-shedding.
    * Move test/ into internal/test/ so that internal tests can use it
    carolynvs committed May 7, 2017
    Configuration menu
    Copy the full SHA
    15f30d9 View commit details
    Browse the repository at this point in the history
  2. Move manifest and lock into internal/cfg

    This lets other packages reference the configuration files
    carolynvs committed May 7, 2017
    Configuration menu
    Copy the full SHA
    8aba147 View commit details
    Browse the repository at this point in the history
  3. Move filesystem functions into util

    There’s an awkward cycle between util and test. One way to resolve would be to bring test into util.
    For now, I kept fs_test in internal instead of moving it into util too.
    carolynvs committed May 7, 2017
    Configuration menu
    Copy the full SHA
    853e602 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2017

  1. Don’t have anything in internal directly

    Moving internal/* to internal/dep/*. This keeps all our old references the same as before
    e.g. dep.Ctx stays the same instead of internal.Ctx
    carolynvs committed May 8, 2017
    Configuration menu
    Copy the full SHA
    3d610dc View commit details
    Browse the repository at this point in the history