2022-08-23 22:56:50 -05:00

7 lines
92 B
Go

package structs
type PublicInfo struct {
Version string
OperatingSystem string
}