mirror of
https://github.com/turbot/steampipe.git
synced 2026-02-23 17:03:00 -05: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
|