defaultPkgGetter uses get.Command abstraction to implement PkgGetter.
| 321 | |
| 322 | // defaultPkgGetter uses get.Command abstraction to implement PkgGetter. |
| 323 | type defaultPkgGetter struct{} |
| 324 | |
| 325 | // GetPkg checks out a repository into a temporary directory for diffing |
| 326 | // and returns the directory containing the checked out package or an error. |
nothing calls this directly
no outgoing calls
no test coverage detected