Versions in this module Expand all Collapse all v0 v0.0.1 May 15, 2024 Changes in this version + type GitTimestamper struct + func NewGit() GitTimestamper + func (gt GitTimestamper) CreatedAt(filepath string) (time.Time, error) + func (gt GitTimestamper) UpdatedAt(filepath string) (time.Time, error) + type Timestamper interface + CreatedAt func(filepath string) (time.Time, error) + UpdatedAt func(filepath string) (time.Time, error)