func path.Ext

2 uses

	path (current package)
		path.go#L186: func Ext(path string) string {

	src.elv.sh/pkg/cli/lscolors
		lscolors.go#L120: 		if ext := path.Ext(fname); ext != "" {