Versions in this module Expand all Collapse all v1 v1.0.0 Oct 17, 2024 Changes in this version + func CostTime(start time.Time) + func CurrentDate() string + func CurrentDateTime() string + type BasisDataType struct + A int + B string + func (d *BasisDataType) ConvertFromBytes(b []byte) error + func (d *BasisDataType) ConvertToBytes() ([]byte, error) + type ComplexDataType struct + C bool + D int + E *BasisDataType + F []byte + G string + func (d *ComplexDataType) ConvertFromBytes(b []byte) error + func (d *ComplexDataType) ConvertToBytes() ([]byte, error) Other modules containing this package github.com/ibfru/toolset/v2