1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-01-19 05:27:57 +00:00
rolens/internal/open_file/open.go

7 lines
116 B
Go
Raw Normal View History

2023-02-11 20:57:52 +00:00
package open_file
// Reveal reveals the specified file in the Finder.
func Reveal(fname string) {
reveal(fname)
}