-
Notifications
You must be signed in to change notification settings - Fork 18.3k
Closed
Labels
Description
by mingjie.xing:
http://golang.org/ref/mem Once calling twoprint causes "hello, world" to be printed twice. The first call to twoprint runs setup once. should be, calling twoprint causes "hello, world" to be printed twice. The first call to doprint runs setup once.