7 lines
92 B
Go
Raw Normal View History

2022-07-29 03:34:55 -05:00
package structs
type PublicInfo struct {
Version string
OperatingSystem string
}