func(string) (PackageQuery, error)
| 28 | ) |
| 29 | |
| 30 | type parseQuery func(string) (PackageQuery, error) |
| 31 | |
| 32 | // GetControlFileFromDeb reads control file from deb package |
| 33 | func GetControlFileFromDeb(packageFile string) (Stanza, error) { |
no outgoing calls
no test coverage detected