rclone/lib/mmap
Nick Craig-Wood b809e71d6f lib/mmap: fix lint error on deprecated reflect.SliceHeader
reflect.SliceHeader is deprecated, however the replacement gives a go
vet warning so this disables the lint warning in one use of
reflect.SliceHeader and replaces it in the other.
2024-07-20 10:54:47 +01:00
..
mmap_test.go lib/mmap: library to do memory allocation with anonymous memory maps 2019-02-02 14:35:56 +00:00
mmap_unix.go build: remove build constraint syntax for go 1.16 and older 2024-04-18 16:53:55 +02:00
mmap_unsupported.go build: remove build constraint syntax for go 1.16 and older 2024-04-18 16:53:55 +02:00
mmap_windows.go lib/mmap: fix lint error on deprecated reflect.SliceHeader 2024-07-20 10:54:47 +01:00
mmap.go build: add package comments to silence revive linter 2022-08-28 13:43:51 +02:00