ficsit-cli-flake/tea/utils/types.go

8 lines
89 B
Go
Raw Normal View History

2021-12-02 04:00:33 +00:00
package utils
type Mod struct {
Name string
ID string
Reference string
}