fileuri is a Go package to work with file:// URI Implements RFC 8089 The "file" URI Scheme. The implementation is based on cmd/go/internal/web package from Go 1.25.0. See also Go issue 32456.