Hacker News new | ask | show | jobs
by is_taken 622 days ago
Maybe wrapfs.WithModTime(... should not use time.Now() but get the mod time of the running binary?
1 comments

Well, this is left to the application developer to decide and the library should not make the choice for them. In my own application it makes sense to use time.Now(), for example.