All checks were successful
Fuse test / go-test (push) Successful in 32s
Signed-off-by: Matheus Sampaio Queiroga <srherobrine20@gmail.com>
7 lines
228 B
Go
7 lines
228 B
Go
// Package filetime provides support for converting a
|
|
// golang's timestamp into a file timestamp.
|
|
//
|
|
// The filetime must fit in with a uint64 number, so
|
|
// that we can store uint64 instead of concrete values.
|
|
package filetime
|