Categorygithub.com/rickb777/filemod
modulepackage
0.9.1
Repository: https://github.com/rickb777/filemod.git
Documentation: pkg.go.dev

# README

filemod

GoDoc Build Status Code Coverage Issues

Simple abstraction for comparing file timestamps - useful for tools that make decisions based on comparing modification times.

You can install it with:

go get github.com/rickb777/filemod

# Functions

Lstat tests a file path using the operating system.
New builds file information for one or more files.
Of simply constructs a list of files.
Stat tests a file path using the operating system.

# Variables

Debug is a function that prints trace information.

# Structs

FileMetaInfo holds information about one file (which may not exist).

# Type aliases

Errors holds a slice of errors and is itself an error.
Files holds data on a group of files.