5 lines
191 B
Go
5 lines
191 B
Go
// Package native provides native system functions for Linux, MacOS and
|
|
// Windows to perform operating system-specific tasks such as open web
|
|
// links or native dialog boxes.
|
|
package native
|