package
2.0.0+incompatible
Repository: https://github.com/guidao/go-langserver.git
Documentation: pkg.go.dev

# Functions

IsAbs returns true if the given path is absolute.
IsURI tells if s denotes an URI.
IsVendorDir tells if the specified directory is a vendor directory.
Panicf takes the return value of recover() and outputs data to the log with the stack trace appended.
PathEqual returns true if both a and b are equal.
PathHasPrefix returns true if s is starts with the given prefix.
PathToURI converts given absolute path to file URI.
PathTrimPrefix removes the prefix from s.
No description provided by the author
UriToPath converts given file URI to path.
UriToRealPath converts the given file URI to the platform specific path.