aboutsummaryrefslogtreecommitdiff
path: root/lib/open/doc.go
blob: 367ffb762a14336ef9aa44dbb975e0f6e7869cd8 (plain)
1
2
3
4
// 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