Versions in this module Expand all Collapse all v0 v0.0.1 Aug 16, 2021 Changes in this version + type Sha1id struct + func CreateSha1id(data []byte) (*Sha1id, error) + func ParseSha1id(str string) (*Sha1id, error) + func (inst *Sha1id) Bytes() []byte + func (inst *Sha1id) String() string + func (inst *Sha1id) ToObjectId() git.ObjectId + func (inst *Sha1id) ToPackId() git.PackId + type Sha256id struct + func CreateSha256id(data []byte) (*Sha256id, error) + func ParseSha256id(str string) (*Sha256id, error) + func (inst *Sha256id) Bytes() []byte + func (inst *Sha256id) String() string + func (inst *Sha256id) ToObjectId() git.ObjectId + func (inst *Sha256id) ToPackId() git.PackId