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

Cache imported packages #55

Closed

Commits on Sep 8, 2018

  1. Cache imported packages

    This commit adds a types.Importer that caches packages.  The uses the
    filepath of the object/archive file associated with a package as the key
    so that vendoring is supported (it also makes the cache relatively simple).
    The timestamp of the object/archive file is used to determine when a
    package should be re-imported.
    Charlie Vieth committed Sep 8, 2018
    Configuration menu
    Copy the full SHA
    bfea1d8 View commit details
    Browse the repository at this point in the history