Versions in this module Expand all Collapse all v0 v0.7.0 Jan 11, 2023 Changes in this version + const MagicFilename_Formula + const MagicFilename_HomeWorkspace + func ValidateModuleName(moduleName wfapi.ModuleName) error + type FileType string + const FileType_Formula + const FileType_Module + const FileType_Plot + func GetFileType(name string) (FileType, error) v0.6.0 Jan 5, 2023 Changes in this version + const MagicFilename_Module + const MagicFilename_Plot + const MagicFilename_Workspace + func ModuleFromFile(fsys fs.FS, filename string) (wfapi.Module, error) + func PlotFromFile(fsys fs.FS, filename string) (wfapi.Plot, error)