Versions in this module Expand all Collapse all v1 v1.0.52 Apr 16, 2024 v1.0.51 Apr 15, 2024 Changes in this version + type ISingleton interface + Autoload func() bool + IsSingle func() bool + NewSingle func() any + type Mysingle struct + Id int + func NewMysingle() *Mysingle + func (Mysingle) Autoload() bool + func (Mysingle) IsSingle() bool + func (Mysingle) NewSingle() any