Versions in this module Expand all Collapse all v0 v0.0.1 Dec 11, 2023 Changes in this version + func DirContentIsOlderThan(dir *paths.Path, target *paths.Path, extensions ...string) (bool, error) + func FindFilesInFolder(dir *paths.Path, recurse bool, extensions ...string) (paths.PathList, error) + func NormalizeUTF8(buf []byte) []byte + func ObjFileIsUpToDate(sourceFile, objectFile, dependencyFile *paths.Path) (bool, error) + func PrintableCommand(parts []string) string