This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Prints dependent packages (including test ones) of the given package. | |
// $ deps github.com/foo/bar/baz | |
// net | |
// net/http | |
// net/http/httptrace | |
// net/http/httputil | |
// net/http/internal | |
// net/textproto | |
// net/url | |
// os |
OlderNewer