Versions in this module Expand all Collapse all v0 v0.1.1 May 13, 2025 Changes in this version + func P[T any](val T) *T + type OSFileSystem struct + func NewOSFileSystem() OSFileSystem + func (OSFileSystem) Create(name string) (*os.File, error) + func (OSFileSystem) Exit(code int) + func (OSFileSystem) Open(name string) (*os.File, error) + func (OSFileSystem) Remove(name string) error + func (fs OSFileSystem) CopyDirectory(from, to string) error v0.1.0-mod2 May 13, 2025