5 lines
173 B
Go
5 lines
173 B
Go
|
// Package open contains a simple cross-platform way to open files in the program the OS wants to use.
|
||
|
//
|
||
|
// Based on https://github.com/skratchdot/open-golang
|
||
|
package open
|