mirror of
https://github.com/taigrr/wails.git
synced 2026-04-02 05:08:54 -07:00
11 lines
128 B
Go
11 lines
128 B
Go
package features
|
|
|
|
type Features struct {
|
|
}
|
|
|
|
// New creates a new Features object
|
|
func New() *Features {
|
|
return &Features{
|
|
}
|
|
}
|