Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mxssl/deps
- Owner: mxssl
- Created: 2020-02-28T01:22:37.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-28T01:41:45.000Z (almost 5 years ago)
- Last Synced: 2023-03-02T09:10:44.392Z (almost 2 years ago)
- Topics: go, golang, test-task
- Language: Go
- Homepage:
- Size: 1000 Bytes
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.