import "github.com/andy2046/gopie/pkg/singleton"
Package singleton provides a singleton implementation.
type Instance struct {
Values map[interface{}]interface{}
}
Instance is the singleton instance.
func New() *Instance
New returns the singleton instance.
Generated by godoc2md