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.Once

unless

import "sync"

is added