Sauyon Lee
|
6e5e9ce5de
|
Improve comments for extractor utility functions
|
2020-06-30 11:44:10 -07:00 |
Sauyon Lee
|
fa391b1516
|
extractor: Factor out common bits for running `go list`
|
2020-06-24 23:29:54 -07:00 |
Sauyon Lee
|
e25b882e42
|
Clarify some comments
As suggested in code review
Co-authored-by: Max Schaefer <54907921+max-schaefer@users.noreply.github.com>
|
2020-06-24 23:29:52 -07:00 |
Sauyon Lee
|
7863bb656e
|
Use the -mod argument from the build when calling go list
|
2020-06-24 23:29:49 -07:00 |
Sauyon Lee
|
296d2d5fd3
|
extractor: modify FileExists to check that the path isn't a directory
|
2020-06-24 23:29:48 -07:00 |
Sauyon Lee
|
3513c352e6
|
extractor: Factor out FileExists utility function
|
2020-06-24 23:29:48 -07:00 |
Sauyon Lee
|
f197975c6e
|
Extract packages more intelligently
We now extract packages that have the same module root as the specified packages, as determined by
the `go list` command.
|
2020-06-24 23:29:47 -07:00 |
Max Schaefer
|
510b6070c9
|
Introduce official environment variable for goroutine limiting.
We've had to tell people how to do this, so we should have a name for it that doesn't refer to a defunct company.
|
2020-04-02 10:45:52 +01:00 |