This commit is contained in:
chrislu
2022-08-21 22:54:56 -07:00
parent c4e862e908
commit 7807f6641a

View File

@@ -1,6 +1,8 @@
package page_writer
import "math"
import (
"math"
)
// ChunkWrittenInterval mark one written interval within one page chunk
type ChunkWrittenInterval struct {