Chao Wang da9a13289b Fix inode path result pointers across stack relocation
The old request stored the result address as an integer, which Go could
not update when the stack moved. Use a typed pointer to prevent stale
addresses and empty lookup results. Keep Go 1.16 compatibility.
2026-09-02 12:00:22 -07:00
2024-06-25 15:13:45 -07:00
2021-03-02 16:48:32 -07:00
2021-03-02 16:48:32 -07:00
2018-10-03 11:11:27 -07:00
2018-10-03 11:22:02 -07:00

scoutfs-go

This library provides interfaces for scoutfs See godoc for more details.

GoDoc

ScoutFS Webpage

The ScoutFS repo has ScoutFS introduction and quickstart in README.md.

Visit Versity Blog Post describing example use of this interface.

S
Description
No description provided
Readme BSD-3-Clause
300 KiB
Languages
Go 100%