Documentation ¶
Overview ¶
Package modtimevfs implements a virtual file system that returns a fixed modification time for all files and directories.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(fs http.FileSystem, t time.Time) http.FileSystem
New returns a file system that returns constant modification time for all files.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.