Documentation
¶
Index ¶
Constants ¶
View Source
const (
Separator = '\\' // OS-specific path separator
)
Variables ¶
This section is empty.
Functions ¶
func ExpandUser ¶
func IsPathSeparator ¶ added in v2.6.2
func IsWindowsAbs ¶ added in v2.6.2
IsWindowsAbs reports whether the path is absolute. copied from IsAbs(path string) (b bool) from internal.filetpathlite
func ResolveRelativePaths ¶
func ResolveRelativePaths(project map[string]any, base string, remotes []RemoteResource) error
ResolveRelativePaths make relative paths absolute
Types ¶
type RemoteResource ¶
Click to show internal directories.
Click to hide internal directories.