Files
wails/v2/internal/features/features_linux.go
2020-09-15 19:55:51 -05:00

11 lines
128 B
Go

package features
type Features struct {
}
// New creates a new Features object
func New() *Features {
return &Features{
}
}