Versions in this module Expand all Collapse all v1 v1.20240717.0 Jul 17, 2024 v1.20240529.0 Apr 23, 2024 Changes in this version + var Zero = UPath + func FSPaths(ups []UPath) []string + type Import struct + ModTime time.Time + UPath UPath + Value T + func (im *Import[T]) RebuildByType(fsys fs.FS) error + func (im *Import[T]) UnmarshalTOML(decode func(interface{}) error) error + type NewMaker interface + MakeNew func() T + type UPath struct + func MustNew(uni_name string) UPath + func MustNewByOS(os_name string) UPath + func New(uni_name string) (UPath, error) + func NewByOS(os_name string) (UPath, error) + func (up *UPath) MarshalText() ([]byte, error) + func (up *UPath) UnmarshalTOML(decode func(interface{}) error) error + func (up UPath) FSPath() string + func (up UPath) IsZero() bool + func (up UPath) Join(names ...string) (UPath, error) + func (up UPath) MustJoin(names ...string) UPath + func (up UPath) Open(fsys fs.FS) (fs.File, error) + func (up UPath) ReadDir(fsys fs.FS) ([]fs.DirEntry, error) + func (up UPath) ReadFile(fsys fs.FS) ([]byte, error) + func (up UPath) Stat(fsys fs.FS) (fs.FileInfo, error) + func (up UPath) String() string + func (up UPath) Sub(fsys fs.FS) (fs.FS, error)