1
0
Fork 0
out-of-tree/distro/distro.go

7 lines
67 B
Go

package distro
type Distro struct {
ID ID
Release string
}