mirror of
https://github.com/zrepl/zrepl.git
synced 2025-08-03 13:07:34 +02:00
Go 1.13 will add a more precise escape analysis: https://tip.golang.org/doc/go1.13#compiler Reviewed usage of unsafe to ensure we adhere to the unsafe.Pointer safety rules: https://tip.golang.org/pkg/unsafe/#Pointer