wails/v3/pkg/application/environment.go

6 lines
79 B
Go

package application
type EnvironmentInfo struct {
OS string
Arch string
}