mirror of
https://github.com/turbot/steampipe.git
synced 2026-05-01 01:00:05 -04:00
5 lines
85 B
Go
5 lines
85 B
Go
package modconfig
|
|
|
|
// ModMap is a map of mod name to mod
|
|
type ModMap map[string]*Mod
|