ficsit-cli-flake/tea/utils/types.go
2022-06-07 02:55:26 +03:00

6 lines
71 B
Go

package utils
type Mod struct {
Name string
Reference string
}