mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-02 17:52:29 +08:00
6 lines
84 B
Go
6 lines
84 B
Go
package features
|
|
|
|
// Linux holds linux specific feature flags
|
|
type Linux struct {
|
|
}
|