Files
cgofuse/filetime/package.go
Matheus Sampaio Queiroga 9a774478a2
All checks were successful
Fuse test / go-test (push) Successful in 32s
Merge winfsp to fuse and update fs
Signed-off-by: Matheus Sampaio Queiroga <srherobrine20@gmail.com>
2025-08-18 19:07:05 -03:00

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