Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 422 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 422 Bytes

h2. janelia-flyem Go repo

This repo snapshots a collection of mirrored go packages. It serves the following purposes:

  • Provides versioning of Go package dependencies and prevents trunk changes from breaking dependent programs.
  • Removes dependencies for non-git version control systems like mercurial and bazaar. Instead we just require git.
  • Simplifies the build process by reducing multiple 'go get' calls to one.