Versions in this module Expand all Collapse all v1 v1.0.2 Jun 30, 2023 v1.0.1 Jun 30, 2023 Changes in this version + type Chkpt struct + func Mk_chkpt(path string, amax int, bmax int) (c *Chkpt) + func (c *Chkpt) Add_md5() + func (c *Chkpt) Close() (final_name string, err error) + func (c *Chkpt) Create() error + func (c *Chkpt) Write(b []byte) (n int, err error) + func (c *Chkpt) Write_string(s string) (n int, err error)