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

https://github.com/berquerant/godepdump

Dump dependencies
https://github.com/berquerant/godepdump

go

Last synced: about 1 year ago
JSON representation

Dump dependencies

Awesome Lists containing this project

README

          

# godepdump

```
❯ godepdump --help
Dump dependencies

Usage:
godepdump [command]

Available Commands:
completion Generate the autocompletion script for the specified shell
defdecl List def decls
defs List defs
dep List dependencies
help Help about any command
import List imports
search Search identifiers
uses List uses

Flags:
--debug enable debug logs
-h, --help help for godepdump
-q, --quiet quiet logs

Use "godepdump [command] --help" for more information about a command.
```