Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mxssl/deps

Test task: Package dependencies
https://github.com/mxssl/deps

go golang test-task

Last synced: about 1 month ago
JSON representation

Test task: Package dependencies

Awesome Lists containing this project

README

        

# deps

Test task: Package dependencies

Build the dependency management part of a package manager. For example, to install package C you must also install package D and E. Write a function getDeps that given a package name returns a list of package dependencies.