func path/filepath.Base

6 uses

	path/filepath (current package)
		path.go#L545: func Base(path string) string {

	os/exec
		exec.go#L174: 	if filepath.Base(name) == name {
		exec.go#L348: 	if filepath.Base(path) == path {

	src.elv.sh/pkg/cli/mode
		navigation_fs.go#L55: 	return file{filepath.Base(abs), abs, os.ModeDir, c.colorist}, nil
		navigation_fs.go#L66: 	return file{filepath.Base(abs), abs, os.ModeDir, c.colorist}, nil

	src.elv.sh/pkg/eval/mods/path
		path.go#L18: 	"base":          filepath.Base,