Versions in this module Expand all Collapse all v1 v1.0.0 Sep 26, 2022 Changes in this version + var DefaultFileInclPattern = regexp.MustCompile(`[.](css|js|html|map|jpg|jpeg|png|gif|svg|eot|ttf|otf|woff|woff2|wasm)$`) + func CopyDirFiltered(srcDir, dstDir string, fileInclPattern *regexp.Regexp) error + func CopyFile(src, dst string) error + func Must(err error) + func MustCopyDirFiltered(srcDir, dstDir string, fileInclPattern *regexp.Regexp) + func MustCopyFile(src, dst string) + func MustEnvExec(env2 []string, name string, arg ...string) string + func MustExec(name string, arg ...string) string + func MustWasmExecJsPath() string + func WasmExecJsPath() (string, error)