func path.Ext

5 uses

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

	github.com/evanw/esbuild/internal/fs
		fs_mock.go#L87: 	return path.Ext(p)

	github.com/evanw/esbuild/pkg/api
		serve_other.go#L236: 			if contentType := mime.TypeByExtension(path.Ext(queryPath)); contentType != "" {

	golang.org/x/pkgsite/internal/fetch
		readme.go#L41: 				ext := path.Ext(r.Filepath)
		readme.go#L68: 	ext := path.Ext(base)