mirror of
https://github.com/garraflavatra/rolens.git
synced 2025-01-18 21:17:59 +00:00
7 lines
117 B
Go
7 lines
117 B
Go
package ui
|
|
|
|
// Reveal reveals the specified file in the Finder.
|
|
func (u *UI) Reveal(fname string) {
|
|
reveal(fname)
|
|
}
|