Go dependency management tool experiment (deprecated)
Перейти к файлу
Jess Frazelle 35349abf25 Created isDir function
Moved all functions that use ctx to context.go

Created a test helper for `needsGit` and `needsExternalNetwork`

Added a test case for `absoluteProjectPath` to make sure a file will error out

Renamed `getSourceManager` to `sourceManager`

Signed-off-by: Jess Frazelle <acidburn@google.com>
2016-12-05 18:17:43 -08:00
_testdata/rootfind Basic tests for root finding 2016-10-18 11:05:34 -04:00
vendor/github.com Vendor gituhb.com/pkg/errors 2016-11-29 18:08:28 -08:00
.gitignore replace stub isStdLib() 2016-12-02 15:44:00 -08:00
AUTHORS Add repo boilerplate and readme 2016-10-07 11:28:24 +11:00
CONTRIBUTING.md Add repo boilerplate and readme 2016-10-07 11:28:24 +11:00
CONTRIBUTORS Add repo boilerplate and readme 2016-10-07 11:28:24 +11:00
LICENSE Add repo boilerplate and readme 2016-10-07 11:28:24 +11:00
PATENTS Add repo boilerplate and readme 2016-10-07 11:28:24 +11:00
README Add repo boilerplate and readme 2016-10-07 11:28:24 +11:00
analyzer.go Add rudimentary analyzer 2016-10-18 11:29:29 -04:00
context.go Created isDir function 2016-12-05 18:17:43 -08:00
dep_test.go Created isDir function 2016-12-05 18:17:43 -08:00
init.go Created isDir function 2016-12-05 18:17:43 -08:00
init_test.go Created isDir function 2016-12-05 18:17:43 -08:00
lock.go fix imports 2016-12-05 13:30:33 -08:00
lock_test.go dep: internalize and improve JSON handling 2016-11-30 19:37:28 -05:00
main.go Created isDir function 2016-12-05 18:17:43 -08:00
main_test.go Misc cleanups 2016-10-21 11:18:49 -07:00
manifest.go dep: internalize and improve JSON handling 2016-11-30 19:37:28 -05:00
manifest_test.go dep: internalize and improve JSON handling 2016-11-30 19:37:28 -05:00
status.go Created isDir function 2016-12-05 18:17:43 -08:00

README

This is a prototype dependency management tool.