mirror of
https://github.com/anchore/syft.git
synced 2025-11-17 16:33:21 +01:00
7 lines
75 B
Go
7 lines
75 B
Go
package pkg
|
|
|
|
// TODO: delete me
|
|
type DummyPackage struct {
|
|
Extra string
|
|
}
|