1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-07-08 09:54:06 +00:00
Files
rolens/internal/open_file/open.go
2023-02-18 15:42:51 +01:00

7 lines
116 B
Go

package open_file
// Reveal reveals the specified file in the Finder.
func Reveal(fname string) {
reveal(fname)
}