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)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |