8 lines
300 B
Go
8 lines
300 B
Go
// Package dummy is a placeholder. This allows consumers of licenseclassifier
|
|
// to use Go modules and vendoring and still find in the licenses.db file.
|
|
package licenses
|
|
|
|
// Dummy is a pointless type which is used to satisfy Go's dependency-tracking
|
|
// to include this directory.
|
|
type Dummy struct{}
|