import "sync" missing in singleton example
Author: 030Created Jul 19, 2017Updated Jul 20, 2017
The singleton code does not run
singleton\singleton.go:6: undefined: sync in sync.Onceunless
import "sync"is added
Source: tmrts/go-patterns
The singleton code does not run
singleton\singleton.go:6: undefined: sync in sync.Onceunless
import "sync"is added
Source: tmrts/go-patterns