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