Package assume-no-moving-gc asserts that the Go runtime does not use a moving garbage collector, for unsafe code that depends on heap-address stability.
go get go4.org/unsafe/assume-no-moving-gcNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Imports the package to enforce the no-moving-GC assumption.
Update to the latest version or remove the import if moving GC is supported.
No dependency data recorded yet.