package
1.40.0
Repository: https://github.com/encoredev/encore.git
Documentation: pkg.go.dev

# Functions

MustModPath returns a new Mod path for p.
No description provided by the author
PkgPath returns a new Pkg path for p.
RootedFSPath returns a new FS path.
StdlibMod returns the Mod path representing the standard library.
ValidModPath reports whether a given module path is valid.
ValidPkgPath reports whether a given module path is valid.

# Type aliases

No description provided by the author
FS represents a filesystem path.
MainModuleRelSlash is like RelSlash, but it's always relative to the application's main module directory.
Mod represents a module path.
Pkg represents a package path within a module.
RelSlash is a relative path that is always slash-separated.